Searched defs:machineName (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Main/testcase/ |
H A D | tstVBoxAPIWin.cpp | 107 BSTR machineName = SysAllocString(L"Foobar"); local 109 rc = virtualBox->FindMachine(machineName, &machine); 139 SysFreeString(machineName); 151 BSTR machineName = SysAllocString(L"WinXP SP2"); local 153 rc = virtualBox->FindMachine(machineName, &machine); 252 SysFreeString(machineName);
|
H A D | tstVBoxAPIXPCOM.cpp | 124 nsXPIDLString machineName; local 125 machine->GetName(getter_Copies(machineName)); 126 char *machineNameAscii = ToNewCString(machineName);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMachineWindow.cpp | 221 const QString& UIMachineWindow::machineName() const function in class:UIMachineWindow 223 return uisession()->machineName(); 506 QString strMachineName = machineName() + strSnapshotName;
|
H A D | UISession.h | 118 const QString& machineName() const { return m_strMachineName; } function in class:UISession
|
H A D | UIMachineLogic.cpp | 302 const QString& UIMachineLogic::machineName() const function in class:UIMachineLogic 304 return uisession()->machineName(); 672 msgCenter().cannotAttachUSBDevice(error, vboxGlobal().details(device), machineName()); 674 msgCenter().cannotDetachUSBDevice(error, vboxGlobal().details(device), machineName()); 1429 msgCenter().showModalProgressDialog(progress, machineName(), ":/progress_snapshot_create_90px.png"); 1431 msgCenter().cannotTakeSnapshot(progress, machineName()); 1434 msgCenter().cannotTakeSnapshot(machine(), machineName()); 1451 if (msgCenter().confirmResetMachine(machineName())) 1689 return msgCenter().cannotToggleVRDEServer(server, machineName(), fEnabled); 1835 msgCenter().cannotAttachWebCam(dispatcher, target.name, machineName()); [all...] |
/vbox/src/VBox/Main/cbinding/ |
H A D | tstCAPIGlue.c | 891 char *machineName; local 894 g_pVBoxFuncs->pfnUtf16ToUtf8(machineNameUtf16,&machineName); 896 printf("\tName: %s\n", machineName); 897 g_pVBoxFuncs->pfnUtf8Free(machineName);
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 497 Bstr machineName; local 498 machine->COMGETTER(Name)(machineName.asOutParam()); 502 RTPrintf("\"%ls\" {%s}\n", machineName.raw(), Utf8Str(uuid).c_str());
|
Completed in 66 milliseconds