Searched refs:uninit (Results 76 - 100 of 142) sorted by relevance

123456

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp93 uninit();
153 void Snapshot::uninit() function in class:Snapshot
164 // uninit all children
172 pChild->uninit();
179 // otherwise there will be another uninit call which causes a self-deadlock
180 // because this uninit isn't complete yet.
187 m->pMachine->uninit();
203 * After this, the caller must call uninit() on the snapshot. We can't call
273 * parent. Used in uninit() and other places when reparenting is necessary.
818 * the snapshot's saved state file name, if any, and then calls uninit() o
1229 void SnapshotMachine::uninit() function in class:SnapshotMachine
[all...]
H A DUSBDeviceFiltersImpl.cpp85 uninit();
216 void USBDeviceFilters::uninit() function in class:USBDeviceFilters
226 // uninit all device filters on the list (it's a standard std::list not an ObjectsList
227 // so we must uninit() manually)
231 (*it)->uninit();
610 (*it)->uninit();
719 /* uninit old peer's filters that are left */
723 (*it)->uninit();
H A DBIOSSettingsImpl.cpp60 uninit ();
163 void BIOSSettings::uninit() function in class:BIOSSettings
H A DMediumAttachmentImpl.cpp98 uninit();
210 void MediumAttachment::uninit() function in class:MediumAttachment
H A DSerialPortImpl.cpp44 uninit();
157 void SerialPort::uninit() function in class:SerialPort
H A DUSBDeviceFilterImpl.cpp196 uninit();
423 void USBDeviceFilter::uninit() function in class:USBDeviceFilter
850 uninit();
874 /* register with parent early, since uninit() will unconditionally
943 /* register with parent early, since uninit() will unconditionally
966 void HostUSBDeviceFilter::uninit() function in class:HostUSBDeviceFilter
H A DDHCPServerImpl.cpp86 uninit ();
92 void DHCPServer::uninit() function in class:DHCPServer
H A DStorageControllerImpl.cpp115 uninit();
301 void StorageController::uninit() function in class:StorageController
H A DVRDEServerImpl.cpp65 uninit();
177 void VRDEServer::uninit() function in class:VRDEServer
/vbox/src/VBox/Main/src-client/
H A DGuestDnDTargetImpl.cpp55 uninit();
83 void GuestDnDTarget::uninit(void) function in class:GuestDnDTarget
H A DSessionImpl.cpp67 uninit();
104 void Session::uninit() function in class:Session
378 mConsole->uninit();
462 * We might have already entered Session::uninit() at this point, so
463 * return silently (not interested in the state change during uninit)
523 * We might have already entered Session::uninit() at this point,
1042 * @note To be called only from #uninit(), #UnlockMachine() or #Uninitialize().
1086 mConsole->uninit();
H A DEmulatedUSBImpl.cpp355 uninit();
387 void EmulatedUSB::uninit() function in class:EmulatedUSB
/vbox/src/VBox/HostServices/DragAndDrop/
H A Dservice.cpp84 int uninit();
121 int DragAndDropService::uninit(void) function in class:DragAndDropService
/vbox/include/VBox/HostServices/
H A DService.h351 virtual int uninit() { return VINF_SUCCESS; } function in class:HGCM::AbstractService
377 int rc = pSelf->uninit();
/vbox/src/VBox/Main/include/
H A DGuestImpl.h64 void uninit();
H A DGuestProcessImpl.h40 void uninit(void);
H A DHostImpl.h48 void uninit();
H A DMachineDebuggerImpl.h42 void uninit();
H A DNetworkAdapterImpl.h49 void uninit();
H A DSystemPropertiesImpl.h45 void uninit();
H A DDisplayImpl.h147 void uninit();
523 void uninit();
/vbox/src/VBox/Main/src-all/
H A DAutoCaller.cpp152 * uninit() is called.
388 * state and calls the object's uninit() method.
408 /* call uninit() to let the object uninit itself after failed init() */
409 mObj->uninit();
411 * the destructor in uninit()) */
457 * place uninit() is NOT called. Makes only limited sense. */
472 * @param aObj |this| pointer of the VirtualBoxBase object whose uninit()
H A DProgressImpl.cpp87 uninit();
301 void Progress::uninit() function in class:Progress
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless.cpp131 mX11Monitor.uninit();
/vbox/include/VBox/com/
H A Darray.h763 virtual void setNull() { m.uninit(); }
895 m.uninit();
1139 /* Truncation takes place, uninit exceeding elements and
1158 /* Truncation takes place, uninit exceeding elements and
1205 ~Data() { uninit(); }
1207 void uninit()

Completed in 91 milliseconds

123456