Searched refs:aSetError (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Main/include/
H A DBandwidthControlImpl.h55 bool aSetError /* = false */);
H A DVirtualBoxImpl.h172 bool aSetError,
176 bool aSetError,
183 bool aSetError,
186 bool aSetError,
191 bool aSetError,
196 bool aSetError,
H A DHostUSBDeviceImpl.h211 HRESULT i_requestCaptureForVM(SessionMachine *aMachine, bool aSetError,
H A DMachineImpl.h582 bool aSetError = false)
585 return i_findSharedFolder(aName, aSharedFolder, aSetError);
618 bool aSetError = false);
640 bool aSetError = false);
643 bool aSetError = false);
647 bool aSetError = false);
654 bool aSetError = false);
H A DConsoleImpl.h608 bool aSetError = false);
/vbox/src/VBox/Main/src-server/
H A DBandwidthControlImpl.cpp363 * @param aSetError true to set extended error info on failure
367 bool aSetError /* = false */)
382 if (aSetError)
405 HRESULT rc = i_getBandwidthGroupByName(aName, group, false /* aSetError */);
433 HRESULT rc = i_getBandwidthGroupByName(aName, group, true /* aSetError */);
469 HRESULT rc = i_getBandwidthGroupByName(aName, group, true /* aSetError */);
H A DVirtualBoxImpl.cpp1824 false, /* aSetError */
3081 * @param aSetError If true, set errorinfo if the machine is not found.
3087 bool aSetError,
3122 if (aSetError && FAILED(rc))
3135 * @param aSetError If true, set errorinfo if the machine is not found.
3140 bool aSetError,
3172 if (aSetError && FAILED(rc))
3216 false /* aSetError */);
3304 * @param aSetError If @c true , the appropriate error info is set in case
3313 bool aSetError,
3085 i_findMachine(const Guid &aId, bool fPermitInaccessible, bool aSetError, ComObjPtr<Machine> *aMachine ) argument
3139 i_findMachineByName(const Utf8Str &aName, bool aSetError, ComObjPtr<Machine> *aMachine ) argument
3312 i_findHardDiskById(const Guid &id, bool aSetError, ComObjPtr<Medium> *aHardDisk ) argument
3352 i_findHardDiskByLocation(const Utf8Str &strLocation, bool aSetError, ComObjPtr<Medium> *aHardDisk ) argument
3407 i_findDVDOrFloppyImage(DeviceType_T mediumType, const Guid *aId, const Utf8Str &aLocation, bool aSetError, ComObjPtr<Medium> *aImage ) argument
3517 i_findRemoveableMedium(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, bool aSetError, ComObjPtr<Medium> &pMedium) argument
[all...]
H A DHostUSBDeviceImpl.cpp344 * @param aSetError Whether to set full error message or not to bother.
353 HRESULT HostUSBDevice::i_requestCaptureForVM(SessionMachine *aMachine, bool aSetError, argument
366 if (aSetError)
H A DMachineImpl.cpp3741 rc = i_getStorageControllerByName(aName, ctl, true /* aSetError */);
4303 rc = i_getStorageControllerByName(aName, ctl, true /* aSetError */);
4564 rc = i_getStorageControllerByName(aName, ctl, true /* aSetError */);
5457 rc = i_findSnapshotById(Guid(), pSnapshot, true /* aSetError */);
5462 rc = i_findSnapshotById(uuid, pSnapshot, true /* aSetError */);
5464 rc = i_findSnapshotByName(aNameOrId, pSnapshot, true /* aSetError */);
5479 rc = i_findSharedFolder(aName, sharedFolder, false /* aSetError */);
5513 rc = i_findSharedFolder(aName, sharedFolder, true /* aSetError */);
6025 rc = i_getStorageControllerByName(aName, ctrl, false /* aSetError */);
6076 HRESULT rc = i_getStorageControllerByName(aName, ctrl, true /* aSetError */);
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2970 HRESULT rc = i_findSharedFolder(aName, pSharedFolder, false /* aSetError */);
3042 HRESULT rc = i_findSharedFolder(aName, pSharedFolder, true /* aSetError */);
7777 * @param aSetError whether to set the error info if the folder is
7786 bool aSetError /* = false */)
7798 if (aSetError)

Completed in 129 milliseconds