Lines Matching refs:strUuid
230 int balloonMachineSetup(const Bstr& strUuid)
236 PVBOXWATCHDOG_MACHINE pMachine = getMachine(strUuid);
282 * @param strUuid UUID of the specified machine.
285 static int balloonMachineUpdate(const Bstr &strUuid, PVBOXWATCHDOG_MACHINE pMachine)
304 serviceLogVerbose(("%ls: No metrics available yet!\n", strUuid.raw()));
317 strUuid.raw(),
328 strUuid.raw(),
349 lBalloonCur, strUuid.raw(), rc);
361 strUuid.raw(), vrc);
507 static DECLCALLBACK(int) VBoxModBallooningOnMachineRegistered(const Bstr &strUuid)
509 PVBOXWATCHDOG_MACHINE pMachine = getMachine(strUuid);
516 rc = balloonMachineUpdate(strUuid, pMachine);
521 static DECLCALLBACK(int) VBoxModBallooningOnMachineUnregistered(const Bstr &strUuid)
523 PVBOXWATCHDOG_MACHINE pMachine = getMachine(strUuid);
531 static DECLCALLBACK(int) VBoxModBallooningOnMachineStateChanged(const Bstr &strUuid,
534 PVBOXWATCHDOG_MACHINE pMachine = getMachine(strUuid);
540 return balloonMachineUpdate(strUuid, pMachine);