Searched defs:bstrName (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDebugVM.cpp98 com::Bstr bstrName = ValueUnion.psz; local
100 CHECK_ERROR2_RET(pDebugger, GetRegister(idCpu, bstrName.raw(), bstrValue.asOutParam()), RTEXITCODE_FAILURE);
128 com::Bstr bstrName(a->argv[2]);
131 CHECK_ERROR2_RET(pDebugger, Info(bstrName.raw(), bstrArgs.raw(), bstrInfo.asOutParam()), RTEXITCODE_FAILURE);
306 com::Bstr bstrName;
307 CHECK_ERROR2_RET(pDebugger, DetectOS(bstrName.asOutParam()), RTEXITCODE_FAILURE);
308 RTPrintf("Detected: %ls\n", bstrName.raw());
324 com::Bstr bstrName;
325 CHECK_ERROR2_RET(pDebugger, COMGETTER(OSName)(bstrName.asOutParam()), RTEXITCODE_FAILURE);
328 RTPrintf("Name: %ls\n", bstrName
[all...]
H A DVBoxManageControlVM.cpp613 Bstr bstrName = pszProperty; local
615 CHECK_ERROR(adapter, SetProperty(bstrName.raw(), bstrValue.raw()));
925 Bstr bstrName = pszProperty; local
927 CHECK_ERROR(vrdeServer, SetVRDEProperty(bstrName.raw(), bstrValue.raw()));
H A DVBoxManageMisc.cpp204 Bstr bstrName; local
221 bstrName = ValueUnion.psz;
250 if (bstrName.isEmpty())
263 ComposeMachineFilename(bstrName.raw(),
271 bstrName.raw(),
289 bstrName.raw(), fRegister ? " and registered" : "",
1146 Bstr bstrName; local
1149 CHECK_ERROR2_RET(ptrExtPackFile, COMGETTER(Name)(bstrName.asOutParam()), RTEXITCODE_FAILURE);
1155 RTPrintf("Successfully installed \"%ls\".\n", bstrName.raw());
1189 Bstr bstrName(pszNam
[all...]
H A DVBoxManageList.cpp704 Bstr bstrName; local
705 CHECK_ERROR2_STMT(extPacks[i], COMGETTER(Name)(bstrName.asOutParam()), hrc = hrcCheck; bstrName.setNull());
732 i, bstrName.raw(),
H A DVBoxManageModifyVM.cpp1283 Bstr bstrName = pszProperty; local
1285 CHECK_ERROR(nic, SetProperty(bstrName.raw(), bstrValue.raw()));
2322 Bstr bstrName = pszProperty; local
2324 CHECK_ERROR(vrdeServer, SetVRDEProperty(bstrName.raw(), bstrValue.raw()));
/vbox/src/VBox/Main/src-server/
H A DNetworkAdapterImpl.cpp1405 Bstr bstrName; local
1406 hrc = mParent->COMGETTER(Name)(bstrName.asOutParam());
1407 LogRel(("VM '%ls' stops using NAT network '%s'\n", bstrName.raw(), networkName.c_str()));
1428 Bstr bstrName; local
1429 hrc = mParent->COMGETTER(Name)(bstrName.asOutParam());
1430 LogRel(("VM '%ls' starts using NAT network '%s'\n", bstrName.raw(), aNatNetworkName.c_str()));
H A DApplianceImplImport.cpp2983 Bstr bstrName(L"SCSI Controller");
2992 bstrName = L"SAS Controller";
3003 rc = pNewMachine->AddStorageController(bstrName.raw(), busType, pController.asOutParam());
3070 Bstr bstrName; local
3071 rc = pController->COMGETTER(Name)(bstrName.asOutParam());
3077 mhda.controllerType = bstrName;
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp1116 Bstr bstrName = pszProperty; local
1118 CHECK_ERROR_BREAK(vrdeServer, SetVRDEProperty(bstrName.raw(), bstrValue.raw()));
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp4339 Bstr bstrName; local
4340 gpMachine->COMGETTER(Name)(bstrName.asOutParam());
4343 !bstrName.isEmpty() ? Utf8Str(bstrName).c_str() : "<noname>");
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7852 Bstr bstrName; local
7857 rc = pSharedFolder->COMGETTER(Name)(bstrName.asOutParam());
7859 Utf8Str strName(bstrName);
8031 Bstr bstrName(strName);
8048 cbString = (bstrName.length() + 1) * sizeof(RTUTF16);
8056 memcpy(pMapName->String.ucs2, bstrName.raw(), cbString);
8113 Bstr bstrName(strName);
8114 cbString = (bstrName.length() + 1) * sizeof(RTUTF16);
8119 memcpy(pMapName->String.ucs2, bstrName.raw(), cbString);

Completed in 190 milliseconds