Lines Matching refs:CHECK_ERROR

1433         CHECK_ERROR(pVirtualBox, SetSettingsSecret(Bstr(pcszSettingsPw).raw()));
1623 CHECK_ERROR(gpMachine, COMGETTER(StorageControllers)(ComSafeArrayAsOutParam(aStorageControllers)));
1628 CHECK_ERROR(aStorageControllers[i], COMGETTER(Bus)(&storageBus));
1638 CHECK_ERROR(pStorageCtl, COMGETTER(Name)(bstrSCName.asOutParam()));
1644 CHECK_ERROR(gpMachine, AddStorageController(bstrSCName.raw(),
1650 CHECK_ERROR(gpMachine, AttachDevice(bstrSCName.raw(), 0, 0,
1712 CHECK_ERROR(gpMachine, COMGETTER(StorageControllers)(ComSafeArrayAsOutParam(aStorageControllers)));
1717 CHECK_ERROR(aStorageControllers[i], COMGETTER(Bus)(&storageBus));
1727 CHECK_ERROR(pStorageCtl, COMGETTER(Name)(bstrSCName.asOutParam()));
1733 CHECK_ERROR(gpMachine, AddStorageController(bstrSCName.raw(),
1739 CHECK_ERROR(gpMachine, AttachDevice(bstrSCName.raw(), 0, 0,
1796 CHECK_ERROR(gpMachine, COMGETTER(StorageControllers)(ComSafeArrayAsOutParam(aStorageControllers)));
1801 CHECK_ERROR(aStorageControllers[i], COMGETTER(Bus)(&storageBus));
1811 CHECK_ERROR(pStorageCtl, COMGETTER(Name)(bstrSCName.asOutParam()));
1817 CHECK_ERROR(gpMachine, AddStorageController(bstrSCName.raw(),
1823 CHECK_ERROR(gpMachine, AttachDevice(bstrSCName.raw(), 1, 0,
1840 CHECK_ERROR(gpMachine, DiscardSavedState(true /* fDeleteFile */));
1853 CHECK_ERROR(gpMachine, COMGETTER(CurrentSnapshot)(pCurrentSnapshot.asOutParam()));
1857 CHECK_ERROR(gpMachine, RestoreSnapshot(pCurrentSnapshot, gpProgress.asOutParam()));
2027 CHECK_ERROR(pVirtualBoxClient, COMGETTER(EventSource)(pES.asOutParam()));
2034 CHECK_ERROR(pES, RegisterListener(pVBoxClientListener, ComSafeArrayAsInParam(eventTypes), true));
2040 CHECK_ERROR(pVirtualBox, COMGETTER(EventSource)(pES.asOutParam()));
2047 CHECK_ERROR(pES, RegisterListener(pVBoxListener, ComSafeArrayAsInParam(eventTypes), true));
2053 CHECK_ERROR(gpConsole, COMGETTER(EventSource)(pES.asOutParam()));
2064 CHECK_ERROR(pES, RegisterListener(pConsoleListener, ComSafeArrayAsInParam(eventTypes), true));
2966 CHECK_ERROR(gpConsole, COMGETTER(EventSource)(pES.asOutParam()));
2968 CHECK_ERROR(pES, UnregisterListener(pConsoleListener));
3065 CHECK_ERROR(pVirtualBox, COMGETTER(EventSource)(pES.asOutParam()));
3067 CHECK_ERROR(pES, UnregisterListener(pVBoxListener));
3075 CHECK_ERROR(pVirtualBoxClient, COMGETTER(EventSource)(pES.asOutParam()));
3077 CHECK_ERROR(pES, UnregisterListener(pVBoxClientListener));
3157 CHECK_ERROR(virtualBox, SetSettingsSecret(com::Bstr(passwd).raw()));
4952 CHECK_ERROR(gpMachine, TakeSnapshot(Bstr(pszSnapshotName).raw(),