Searched defs:rptrMachine (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogUtils.cpp210 int cfgGetValueStr(const ComPtr<IVirtualBox> &rptrVBox, const ComPtr<IMachine> &rptrMachine, argument
219 if (!rptrMachine.isNull())
222 hr = rptrMachine->GetExtraData(Bstr(pszVM).raw(),
254 int cfgGetValueULong(const ComPtr<IVirtualBox> &rptrVBox, const ComPtr<IMachine> &rptrMachine, argument
258 int rc = cfgGetValueStr(rptrVBox, rptrMachine, pszGlobal, pszVM, strValue, "" /* Default */);
H A DVBoxModBallooning.cpp144 * @param rptrMachine Pointer to interface of specified machine.
146 static unsigned long balloonGetMaxSize(const ComPtr<IMachine> &rptrMachine) argument
163 int vrc = cfgGetValueULong(g_pVirtualBox, rptrMachine,
169 HRESULT rc = rptrMachine->GetExtraData(Bstr("VBoxInternal2/Watchdog/BalloonCtrl/BalloonSizeMax").raw(),

Completed in 758 milliseconds