Searched refs:unregister (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/python/tools/
H A Dregxpcom.py51 unregister = 0
/vbox/src/VBox/ValidationKit/tests/api/
H A DtdTreeDepth1.py110 # unregister and re-register to test loading of settings
113 oVM.unregister(vboxcon.CleanupMode_DetachAllReturnNone)
146 # unregister and re-register to test loading of settings
149 oVM.unregister(vboxcon.CleanupMode_DetachAllReturnNone)
/vbox/src/VBox/ValidationKit/tests/cpu/
H A DtdCpuPae1.py213 oConsoleCallbacks.unregister();
/vbox/src/VBox/Main/include/
H A DPerformance.h269 void unregister() { mUnregistered = true; }; function in class:pm::CollectorGuest
418 void unregister() { mUnregistered = true; }; function in class:pm::BaseMetric
H A DMachineImpl.h1114 HRESULT unregister(CleanupMode_T aCleanupMode,
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp617 (*it)->unregister();
H A DPerformance.cpp450 LogAleksey(("{%p} " LOG_FN_FMT ": About to unregister guest=%p provider=%p\n",
453 pGuest->unregister();
H A DMachineImpl.cpp3385 * attempts to open a session and to unregister the machine after
5045 HRESULT Machine::unregister(CleanupMode_T aCleanupMode, function in class:Machine
5058 tr("Cannot unregister the machine '%s' while it is locked"),
5104 tr("Cannot unregister the machine '%s' because it has %d snapshots"),
5127 tr("Cannot unregister the machine '%s' because it has %d media attachments"),
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py565 self.oConsoleEventHandler.unregister();
2598 fRc = self.oVBoxEventHandler.unregister();
H A Dvbox.py461 self.unregister(fWaitForThread = False);
474 def unregister(self, fWaitForThread = True): member in class:EventHandlerBase
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py252 disks = mach.unregister(ctx['global'].constants.CleanupMode_Full)

Completed in 1638 milliseconds