/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 | UIMachineWindow.h | 76 const QString& machineName() const;
|
H A D | UISession.cpp | 265 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 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...] |
H A D | UIMachineLogic.h | 110 const QString& machineName() const;
|
H A D | UISession.h | 118 const QString& machineName() const { return m_strMachineName; } function in class:UISession
|
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/ |
H A D | metrictest.java | 154 String machineName = object.getRemoteWSPort().iMachineGetName(object.getRef()); 155 return machineName;
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIMachineWindowSeamless.cpp | 280 m_pMiniToolBar->setText(machineName() + strSnapshotName);
|
/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/VirtualBox/src/runtime/fullscreen/ |
H A D | UIMachineWindowFullscreen.cpp | 495 m_pMiniToolBar->setText(machineName() + strSnapshotName);
|
/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());
|