Searched refs:AutoInitSpan (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Main/include/
H A DAutoCaller.h267 * @a aResult argument of the AutoInitSpan constructor (Result::Failed by
271 * forget to set the correct success status before getting the AutoInitSpan
283 * AutoInitSpan autoInitSpan(this);
299 class AutoInitSpan class
305 AutoInitSpan(VirtualBoxBase *aObj, Result aResult = Failed);
306 ~AutoInitSpan();
316 * initialization. The AutoInitSpan destructor will place the managed
323 * (partly successful) initialization. The AutoInitSpan destructor will
330 * initialization. The AutoInitSpan destructor will place the managed
342 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(AutoInitSpan)
[all...]
/vbox/src/VBox/Main/src-server/
H A DTokenImpl.cpp57 AutoInitSpan autoInitSpan(this);
149 AutoInitSpan autoInitSpan(this);
H A DBandwidthGroupImpl.cpp70 AutoInitSpan autoInitSpan(this);
116 AutoInitSpan autoInitSpan(this);
158 AutoInitSpan autoInitSpan(this);
H A DUSBControllerImpl.cpp108 AutoInitSpan autoInitSpan(this);
153 AutoInitSpan autoInitSpan(this);
196 AutoInitSpan autoInitSpan(this);
H A DAudioAdapterImpl.cpp86 AutoInitSpan autoInitSpan(this);
130 AutoInitSpan autoInitSpan(this);
163 AutoInitSpan autoInitSpan(this);
H A DParallelPortImpl.cpp82 AutoInitSpan autoInitSpan(this);
118 AutoInitSpan autoInitSpan(this);
152 AutoInitSpan autoInitSpan(this);
H A DBIOSSettingsImpl.cpp80 AutoInitSpan autoInitSpan(this);
112 AutoInitSpan autoInitSpan(this);
142 AutoInitSpan autoInitSpan(this);
H A DBandwidthControlImpl.cpp66 AutoInitSpan autoInitSpan(this);
100 AutoInitSpan autoInitSpan(this);
143 AutoInitSpan autoInitSpan(this);
H A DSerialPortImpl.cpp63 AutoInitSpan autoInitSpan(this);
99 AutoInitSpan autoInitSpan(this);
133 AutoInitSpan autoInitSpan(this);
H A DHostVideoInputDeviceImpl.cpp56 AutoInitSpan autoInitSpan(this);
H A DUSBDeviceFilterImpl.cpp216 AutoInitSpan autoInitSpan(this);
289 AutoInitSpan autoInitSpan(this);
340 AutoInitSpan autoInitSpan(this);
391 AutoInitSpan autoInitSpan(this);
869 AutoInitSpan autoInitSpan(this);
938 AutoInitSpan autoInitSpan(this);
H A DStorageControllerImpl.cpp158 AutoInitSpan autoInitSpan(this);
236 AutoInitSpan autoInitSpan(this);
278 AutoInitSpan autoInitSpan(this);
H A DVRDEServerImpl.cpp84 AutoInitSpan autoInitSpan(this);
123 AutoInitSpan autoInitSpan(this);
155 AutoInitSpan autoInitSpan(this);
H A DMediumAttachmentImpl.cpp138 AutoInitSpan autoInitSpan(this);
188 AutoInitSpan autoInitSpan(this);
H A DGuestOSTypeImpl.cpp107 AutoInitSpan autoInitSpan(this);
/vbox/src/VBox/Main/src-all/
H A DAutoCaller.cpp101 * AutoInitSpan or AutoUninitSpan scope), it will succeed as well (but
107 * called by a thread created from within the AutoInitSpan scope and this
109 * until the AutoInitSpan destructor signals that it has finished
138 /* Called from the same thread that is doing AutoInitSpan or
145 * thread is still doing AutoInitSpan/AutoReinitSpan, so wait for
165 LogFlowThisFunc(("Waiting for AutoInitSpan/AutoReinitSpan to finish...\n"));
227 /* Called from the same thread that is doing AutoInitSpan or
360 // AutoInitSpan methods
368 * Please see the AutoInitSpan class description for more info.
374 AutoInitSpan function in class:AutoInitSpan
[all...]
H A DSharedFolderImpl.cpp108 AutoInitSpan autoInitSpan(this);
137 AutoInitSpan autoInitSpan(this);
179 AutoInitSpan autoInitSpan(this);
218 AutoInitSpan autoInitSpan(this);
/vbox/src/VBox/Main/src-client/
H A DAdditionsFacilityImpl.cpp65 AutoInitSpan autoInitSpan(this);
H A DDisplaySourceBitmapImpl.cpp46 AutoInitSpan autoInitSpan(this);
H A DGuestFsObjInfoImpl.cpp64 AutoInitSpan autoInitSpan(this);
H A DVirtualBoxClientImpl.cpp70 AutoInitSpan autoInitSpan(this);
H A DGuestDirectoryImpl.cpp72 AutoInitSpan autoInitSpan(this);
H A DGuestDnDSourceImpl.cpp69 AutoInitSpan autoInitSpan(this);
H A DRemoteUSBDeviceImpl.cpp62 AutoInitSpan autoInitSpan(this);
H A DUSBDeviceImpl.cpp57 AutoInitSpan autoInitSpan(this);

Completed in 101 milliseconds

123