/vbox/src/VBox/Frontends/VirtualBox/src/platform/ |
H A D | UIDesktopServices.h | 26 static bool createMachineShortcut(const QString &strSrcFile, const QString &strDstPath, const QString &strName, const QString &strUuid);
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | UIDesktopServices_darwin.cpp | 26 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/wizards/exportappliance/ |
H A D | UIWizardExportAppDefs.h | 40 VMListWidgetItem(QPixmap &pixIcon, QString &strText, QString strUuid, bool fInSaveState, QListWidget *pParent) argument 42 , m_strUuid(strUuid)
|
H A D | UIWizardExportAppPageBasic1.cpp | 51 QString strUuid; local 58 strUuid = machine.GetId(); 69 QListWidgetItem *pItem = new VMListWidgetItem(pixIcon, strName, strUuid, fInSaveState, m_pVMSelector);
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/ |
H A D | UIDesktopServices_x11.cpp | 36 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/VBoxBalloonCtrl/ |
H A D | VBoxModAPIMonitor.cpp | 181 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 D | VBoxModBallooning.cpp | 230 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 D | VBoxWatchdogInternal.h | 183 DECLCALLBACKMEMBER(int, pfnOnMachineRegistered)(const Bstr &strUuid); 189 DECLCALLBACKMEMBER(int, pfnOnMachineUnregistered)(const Bstr &strUuid); 195 DECLCALLBACKMEMBER(int, pfnOnMachineStateChanged)(const Bstr &strUuid, MachineState_T enmState); 235 PVBOXWATCHDOG_MACHINE getMachine(const Bstr& strUuid);
|
H A D | VBoxWatchdog.cpp | 137 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...] |
H A D | VBoxWatchdogUtils.cpp | 191 PVBOXWATCHDOG_MACHINE getMachine(const Bstr& strUuid) argument 193 mapVMIter it = g_mapVM.find(strUuid);
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/win/ |
H A D | UIDesktopServices_win.cpp | 35 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/Main/src-server/ |
H A D | ApplianceImplImport.cpp | 3794 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 D | UIExtraDataManager.cpp | 1083 const QString strUuid = attributes.value("uuid").toString(); local 1084 const QUuid uuid = strUuid; 1090 "<p>%1</p>").arg(strUuid));
|