Searched defs:machineName (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIWin.cpp107 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 DtstVBoxAPIXPCOM.cpp124 nsXPIDLString machineName; local
125 machine->GetName(getter_Copies(machineName));
126 char *machineNameAscii = ToNewCString(machineName);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineWindow.cpp221 const QString& UIMachineWindow::machineName() const function in class:UIMachineWindow
223 return uisession()->machineName();
506 QString strMachineName = machineName() + strSnapshotName;
H A DUISession.h118 const QString& machineName() const { return m_strMachineName; } function in class:UISession
H A DUIMachineLogic.cpp302 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 DtstCAPIGlue.c891 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 DVBoxManageInfo.cpp497 Bstr machineName; local
498 machine->COMGETTER(Name)(machineName.asOutParam());
502 RTPrintf("\"%ls\" {%s}\n", machineName.raw(), Utf8Str(uuid).c_str());

Completed in 72 milliseconds