Searched refs:machineName (Results 1 - 13 of 13) 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 DUIMachineWindow.h76 const QString& machineName() const;
H A DUISession.cpp265 msgCenter().cannotStartMachine(console(), machineName());
276 msgCenter().showModalProgressDialog(progress, machineName(), ":/progress_state_restore_90px.png", 0, 0);
281 msgCenter().showModalProgressDialog(progress, machineName(), ":/progress_start_90px.png");
287 msgCenter().cannotStartMachine(progress, machineName());
306 msgCenter().showModalProgressDialog(progress, machineName(), ":/progress_state_save_90px.png");
310 msgCenter().cannotSaveMachineState(progress, machineName());
345 msgCenter().showModalProgressDialog(progress, machineName(), ":/progress_poweroff_90px.png");
355 msgCenter().cannotPowerDownMachine(progress, machineName());
424 msgCenter().cannotRestoreSnapshot(machine, snap.GetName(), machineName());
581 msgCenter().cannotMountGuestAdditions(machineName());
[all...]
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...]
H A DUIMachineLogic.h110 const QString& machineName() const;
H A DUISession.h118 const QString& machineName() const { return m_strMachineName; } function in class:UISession
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dmetrictest.java154 String machineName = object.getRemoteWSPort().iMachineGetName(object.getRef());
155 return machineName;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineWindowSeamless.cpp280 m_pMiniToolBar->setText(machineName() + strSnapshotName);
/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/VirtualBox/src/runtime/fullscreen/
H A DUIMachineWindowFullscreen.cpp495 m_pMiniToolBar->setText(machineName() + strSnapshotName);
/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 94 milliseconds