Lines Matching refs:strUuid
181 static int apimonMachineControl(const Bstr &strUuid, PVBOXWATCHDOG_MACHINE pMachine,
188 apimonResponseToStr(enmResp), ulTimeout, strUuid.raw()));
196 CHECK_ERROR_RET(g_pVirtualBox, FindMachine(strUuid.raw(),
227 strUuid.raw()));
234 strUuid.raw()));
238 strUuid.raw()));
244 strUuid.raw()));
261 strUuid.raw(), machineState, apimonMachineStateToName(machineState, false));
278 strUuid.raw()));
283 serviceLogVerbose(("apimon: State of machine \"%ls\" saved, powering off ...\n", strUuid.raw()));
287 serviceLogVerbose(("apimon: Saving state of machine \"%ls\" failed\n", strUuid.raw()));
293 serviceLogVerbose(("apimon: Shutting down machine \"%ls\" ...\n", strUuid.raw()));
308 apimonResponseToStr(enmResp), enmResp, strUuid.raw(),
586 static DECLCALLBACK(int) VBoxModAPIMonitorOnMachineRegistered(const Bstr &strUuid)
591 static DECLCALLBACK(int) VBoxModAPIMonitorOnMachineUnregistered(const Bstr &strUuid)
596 static DECLCALLBACK(int) VBoxModAPIMonitorOnMachineStateChanged(const Bstr &strUuid,