Searched defs:strUuid (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUIDesktopServices_darwin.cpp26 bool UIDesktopServices::createMachineShortcut(const QString &strSrcFile, const QString &strDstPath, const QString &strName, const QString &strUuid) argument
31 ::darwinToNativeString(strUuid.toUtf8().constData()));
/vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/
H A DUIDesktopServices_x11.cpp36 bool UIDesktopServices::createMachineShortcut(const QString & /* strSrcFile */, const QString &strDstPath, const QString &strName, const QString &strUuid) argument
50 << "Exec=" << QCoreApplication::applicationFilePath() << " --comment \"" << strName << "\" --startvm \"" << strUuid << "\"" << endl
/vbox/src/VBox/Frontends/VirtualBox/src/platform/win/
H A DUIDesktopServices_win.cpp35 bool UIDesktopServices::createMachineShortcut(const QString & /* strSrcFile */, const QString &strDstPath, const QString &strName, const QString &strUuid) argument
53 QString strArgs = QString("--comment \"%1\" --startvm \"%2\"").arg(strName).arg(strUuid);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppDefs.h40 VMListWidgetItem(QPixmap &pixIcon, QString &strText, QString strUuid, bool fInSaveState, QListWidget *pParent) argument
42 , m_strUuid(strUuid)
H A DUIWizardExportAppPageBasic1.cpp51 QString strUuid; local
58 strUuid = machine.GetId();
69 QListWidgetItem *pItem = new VMListWidgetItem(pixIcon, strName, strUuid, fInSaveState, m_pVMSelector);
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogUtils.cpp191 PVBOXWATCHDOG_MACHINE getMachine(const Bstr& strUuid) argument
193 mapVMIter it = g_mapVM.find(strUuid);
H A DVBoxModAPIMonitor.cpp181 static int apimonMachineControl(const Bstr &strUuid, PVBOXWATCHDOG_MACHINE pMachine, argument
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
586 VBoxModAPIMonitorOnMachineRegistered(const Bstr &strUuid) argument
591 VBoxModAPIMonitorOnMachineUnregistered(const Bstr &strUuid) argument
596 VBoxModAPIMonitorOnMachineStateChanged(const Bstr &strUuid, MachineState_T enmState) argument
[all...]
H A DVBoxModBallooning.cpp230 int balloonMachineSetup(const Bstr& strUuid) argument
236 PVBOXWATCHDOG_MACHINE pMachine = getMachine(strUuid);
282 * @param strUuid UUID of the specified machine.
285 static int balloonMachineUpdate(const Bstr &strUuid, PVBOXWATCHDOG_MACHINE pMachine) argument
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) argument
521 VBoxModBallooningOnMachineUnregistered(const Bstr &strUuid) argument
531 VBoxModBallooningOnMachineStateChanged(const Bstr &strUuid, MachineState_T enmState) argument
[all...]
H A DVBoxWatchdog.cpp137 static int machineAdd(const Bstr &strUuid);
138 static int machineRemove(const Bstr &strUuid);
335 * @param strUuid UUID of the specified machine.
337 static int machineAdd(const Bstr &strUuid) argument
346 CHECK_ERROR_BREAK(g_pVirtualBox, FindMachine(strUuid.raw(), machine.asOutParam()));
370 mapVMIter it = g_mapVM.find(strUuid);
372 g_mapVM.insert(std::make_pair(strUuid, m));
373 serviceLogVerbose(("Added machine \"%ls\"\n", strUuid.raw()));
382 strUuid.raw(), itGroup->first.c_str()));
389 vecMembers.push_back(strUuid);
423 machineDestroy(const Bstr &strUuid) argument
497 machineRemove(const Bstr &strUuid) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp3794 Utf8Str strUuid; local
3843 strUuid = d.uuid.toString();
3845 if (diCurrent.uuidVBox != strUuid)
3924 strUuid.c_str());
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp1083 const QString strUuid = attributes.value("uuid").toString(); local
1084 const QUuid uuid = strUuid;
1090 "<p>%1</p>").arg(strUuid));

Completed in 79 milliseconds