Searched refs:rptrVBox (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
213 AssertReturn(!rptrVBox.isNull(), VERR_INVALID_POINTER);
236 hr = rptrVBox->GetExtraData(Bstr(pszGlobal).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 DVBoxWatchdogInternal.h238 int cfgGetValueStr(const ComPtr<IVirtualBox> &rptrVBox, const ComPtr<IMachine> &rptrMachine,
240 int cfgGetValueULong(const ComPtr<IVirtualBox> &rptrVBox, const ComPtr<IMachine> &rptrMachine,

Completed in 124 milliseconds