Searched refs:ComAssertRet (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/VBox/Main/src-server/
H A DTokenImpl.cpp54 ComAssertRet(!pSessionMachine.isNull(), E_INVALIDARG);
146 ComAssertRet(!pMedium.isNull(), E_INVALIDARG);
H A DUSBDeviceFiltersImpl.cpp102 ComAssertRet(aParent, E_INVALIDARG);
137 ComAssertRet(aParent && aPeer, E_INVALIDARG);
179 ComAssertRet(aParent && aPeer, E_INVALIDARG);
383 ComAssertRet(pProxySvc, E_FAIL);
385 ComAssertRet(pFilter->i_getId() == NULL, E_FAIL);
449 ComAssertRet(pProxySvc, E_FAIL);
451 ComAssertRet(pFilter->i_getId() != NULL, E_FAIL);
831 ComAssertRet(pProxySvc, E_FAIL);
840 ComAssertRet(aFilter->i_getId() == NULL, E_FAIL);
845 ComAssertRet(aFilte
[all...]
H A DBandwidthGroupImpl.cpp63 ComAssertRet(aParent && !aName.isEmpty(), E_INVALIDARG);
113 ComAssertRet(aParent && aThat, E_INVALIDARG);
155 ComAssertRet(aParent && aThat, E_INVALIDARG);
H A DUSBControllerImpl.cpp101 ComAssertRet(aParent && !aName.isEmpty(), E_INVALIDARG);
150 ComAssertRet(aParent && aPeer, E_INVALIDARG);
193 ComAssertRet(aParent && aPeer, E_INVALIDARG);
H A DAudioAdapterImpl.cpp83 ComAssertRet(aParent, E_INVALIDARG);
127 ComAssertRet(aParent && aThat, E_INVALIDARG);
160 ComAssertRet(aParent && aThat, E_INVALIDARG);
H A DParallelPortImpl.cpp79 ComAssertRet(aParent, E_INVALIDARG);
115 ComAssertRet(aParent && aThat, E_INVALIDARG);
149 ComAssertRet(aParent && aThat, E_INVALIDARG);
H A DMediumFormatImpl.cpp56 ComAssertRet(aVDInfo, E_INVALIDARG);
151 ComAssertRet(pa->uKeyFlags == ((ULONG)pa->uKeyFlags), E_FAIL);
H A DUSBDeviceFilterImpl.cpp213 ComAssertRet(aParent && !data.strName.isEmpty(), E_INVALIDARG);
286 ComAssertRet(aParent && aName && *aName, E_INVALIDARG);
337 ComAssertRet(aParent && aThat, E_INVALIDARG);
388 ComAssertRet(aParent && aThat, E_INVALIDARG);
611 ComAssertRet(!flt.isNull(), E_FAIL);
866 ComAssertRet(aParent && !data.strName.isEmpty(), E_INVALIDARG);
935 ComAssertRet(aParent && aName && *aName, E_INVALIDARG);
H A DBIOSSettingsImpl.cpp77 ComAssertRet(aParent, E_INVALIDARG);
109 ComAssertRet(aParent && that, E_INVALIDARG);
139 ComAssertRet(aParent && that, E_INVALIDARG);
H A DBandwidthControlImpl.cpp63 ComAssertRet(aParent, E_INVALIDARG);
97 ComAssertRet(aParent && aThat, E_INVALIDARG);
140 ComAssertRet(aParent && aThat, E_INVALIDARG);
H A DSerialPortImpl.cpp60 ComAssertRet(aParent, E_INVALIDARG);
96 ComAssertRet(aParent && aThat, E_INVALIDARG);
130 ComAssertRet(aParent && aThat, E_INVALIDARG);
H A DNetworkAdapterImpl.cpp71 ComAssertRet(aParent, E_INVALIDARG);
73 ComAssertRet(aSlot < maxNetworkAdapters, E_INVALIDARG);
124 ComAssertRet(aParent && aThat, E_INVALIDARG);
170 ComAssertRet(aParent && aThat, E_INVALIDARG);
326 ComAssertRet(!mData->mMACAddress.isEmpty(), E_FAIL);
H A DHostNetworkInterfaceImpl.cpp74 ComAssertRet(!aInterfaceName.isEmpty(), E_INVALIDARG);
75 ComAssertRet(aGuid.isValid(), E_INVALIDARG);
198 // ComAssertRet(aInterfaceName, E_INVALIDARG);
199 // ComAssertRet(aGuid.isValid(), E_INVALIDARG);
200 ComAssertRet(pIf, E_INVALIDARG);
H A DStorageControllerImpl.cpp138 ComAssertRet(aParent && !aName.isEmpty(), E_INVALIDARG);
233 ComAssertRet(aParent && aThat, E_INVALIDARG);
275 ComAssertRet(aParent && aThat, E_INVALIDARG);
H A DVRDEServerImpl.cpp81 ComAssertRet(aParent, E_INVALIDARG);
120 ComAssertRet(aParent && aThat, E_INVALIDARG);
152 ComAssertRet(aParent && aThat, E_INVALIDARG);
H A DGuestOSTypeImpl.cpp104 ComAssertRet(ostype.familyId && ostype.familyDescription && ostype.id && ostype.description, E_INVALIDARG);
H A DUSBProxyService.cpp170 ComAssertRet(aMachine, E_INVALIDARG);
226 ComAssertRet(!pHostDevice.isNull(), E_FAIL);
H A DMediumAttachmentImpl.cpp185 ComAssertRet(aParent && aThat, E_INVALIDARG);
H A DHostImpl.cpp1385 ComAssertRet(pFilter->i_getId() == NULL, E_FAIL);
1439 ComAssertRet(filter->i_getId() != NULL, E_FAIL);
2206 ComAssertRet(aFilter->i_getId() == NULL, E_FAIL);
2211 ComAssertRet(aFilter->i_getId() != NULL, E_FAIL);
2221 ComAssertRet(aFilter->i_getId() != NULL, E_FAIL);
H A DMediumImpl.cpp1464 ComAssertRet(aDeviceType == DeviceType_DVD || aDeviceType == DeviceType_Floppy, E_INVALIDARG);
1465 ComAssertRet(!aLocation.isEmpty(), E_INVALIDARG);
2670 ComAssertRet(aT != this, E_INVALIDARG);
2712 ComAssertRet(aTarget != this, E_INVALIDARG);
4290 ComAssertRet(i_getParent().isNull(), E_FAIL);
4291 ComAssertRet(i_getChildren().size() == 0, E_FAIL);
4802 ComAssertRet(isWriteLockOnCurrentThread(), E_FAIL);
4822 ComAssertRet(isWriteLockOnCurrentThread(), E_FAIL);
4840 ComAssertRet(isWriteLockOnCurrentThread(), E_FAIL);
4859 ComAssertRet(isWriteLockOnCurrentThrea
[all...]
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp134 ComAssertRet(aThat, E_INVALIDARG);
249 ComAssertRet(aParent && aName.isNotEmpty() && aHostPath.isNotEmpty(), E_INVALIDARG);
/vbox/src/VBox/Main/src-client/
H A DUSBDeviceImpl.cpp54 ComAssertRet(aUSBDevice, E_INVALIDARG);
62 ComAssertRet(mData.vendorId, E_INVALIDARG);
H A DDisplaySourceBitmapImpl.cpp43 ComAssertRet(!pDisplay.isNull(), E_INVALIDARG);
H A DMouseImpl.cpp256 ComAssertRet(parent, E_INVALIDARG);
603 ComAssertRet(pVMMDev, E_FAIL);
605 ComAssertRet(pVMMDevPort, E_FAIL);
667 ComAssertRet(pDisplay, E_FAIL);
784 ComAssertRet(pDisplay, E_FAIL);
943 ComAssertRet(pDisplay, E_FAIL);
H A DKeyboardImpl.cpp104 ComAssertRet(aParent, E_INVALIDARG);

Completed in 556 milliseconds

12