Searched refs:ComAssertComRCRet (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | USBDeviceImpl.cpp | 61 ComAssertComRCRet(hrc, hrc); 65 ComAssertComRCRet(hrc, hrc); 68 ComAssertComRCRet(hrc, hrc); 74 ComAssertComRCRet(hrc, hrc); 78 ComAssertComRCRet(hrc, hrc); 82 ComAssertComRCRet(hrc, hrc); 86 ComAssertComRCRet(hrc, hrc); 90 ComAssertComRCRet(hrc, hrc); 93 ComAssertComRCRet(hrc, hrc); 96 ComAssertComRCRet(hr [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | USBDeviceFiltersImpl.cpp | 937 ComAssertComRCRet(rc, false); 943 ComAssertComRCRet(rc, false); 948 ComAssertComRCRet(rc, false); 953 ComAssertComRCRet(rc, false); 959 ComAssertComRCRet(rc, false); 965 ComAssertComRCRet(rc, false); 971 ComAssertComRCRet(rc, false); 975 ComAssertComRCRet(rc, false); 980 ComAssertComRCRet(rc, false);
|
H A D | HostImpl.cpp | 1247 ComAssertComRCRet(hrc, hrc); 1249 ComAssertComRCRet(hrc, hrc); 1251 ComAssertComRCRet(hrc, hrc); 1262 ComAssertComRCRet(hrc, hrc); 1267 ComAssertComRCRet(hrc, hrc); 1298 ComAssertComRCRet(rc, rc); 1329 ComAssertComRCRet(rc, rc);
|
H A D | MachineImpl.cpp | 10407 ComAssertComRCRet(rc, rc); 10413 ComAssertComRCRet(rc, rc); 10424 ComAssertComRCRet(rc, rc); 10429 ComAssertComRCRet(rc, rc);
|
/vbox/src/VBox/Main/include/ |
H A D | VirtualBoxBase.h | 285 #define ComAssertComRCRet(rc, ret) \ macro
|
Completed in 295 milliseconds