Lines Matching refs:CHECK_ERROR
92 CHECK_ERROR(a->virtualBox, FindMachine(Bstr(a->argv[0]).raw(),
105 CHECK_ERROR(machine, GetGuestProperty(Bstr(a->argv[1]).raw(),
153 CHECK_ERROR(a->virtualBox, FindMachine(Bstr(a->argv[0]).raw(),
164 CHECK_ERROR(machine, SetGuestPropertyValue(Bstr(pszName).raw(),
167 CHECK_ERROR(machine, SetGuestProperty(Bstr(pszName).raw(),
172 CHECK_ERROR(machine, SaveSettings());
197 CHECK_ERROR(a->virtualBox, FindMachine(Bstr(a->argv[0]).raw(),
207 CHECK_ERROR(machine, DeleteGuestProperty(Bstr(pszName).raw()));
210 CHECK_ERROR(machine, SaveSettings());
248 CHECK_ERROR(a->virtualBox, FindMachine(Bstr(a->argv[0]).raw(),
262 CHECK_ERROR(machine, EnumerateGuestProperties(Bstr(Utf8Patterns).raw(),
300 CHECK_ERROR(a->virtualBox, FindMachine(Bstr(a->argv[0]).raw(),
330 CHECK_ERROR(a->virtualBox, COMGETTER(EventSource)(es.asOutParam()));
332 CHECK_ERROR(es, CreateListener(listener.asOutParam()));
335 CHECK_ERROR(es, RegisterListener(listener, ComSafeArrayAsInParam(eventTypes), false));