Searched defs:aEnable (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestImpl.h80 void i_enableVMMStatistics(BOOL aEnable) { mCollectVMMStats = aEnable; }; argument
/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp951 HRESULT Session::enableVMMStatistics(BOOL aEnable) argument
959 mConsole->i_enableVMMStatistics(aEnable);
H A DConsoleImpl.cpp6181 void Console::i_enableVMMStatistics(BOOL aEnable) argument
6184 mGuest->i_enableVMMStatistics(aEnable);

Completed in 415 milliseconds