Searched refs:OSTypeId (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGlobal.h87 static const char *OSTypeId(VBOXOSTYPE aOSType);
/vbox/src/VBox/Main/testcase/VBoxVBTest/
H A DTestForm.frm127 Item = machines(i).Name + " (" + machines(i).OSTypeId() + ")"
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp281 strType = Global::OSTypeId(g_osTypesPattern[i].osType);
290 strType = Global::OSTypeId(g_osTypesPattern64[i].osType);
299 strType = Global::OSTypeId(g_osTypes[i].osType);
305 strType = Global::OSTypeId(VBOXOSTYPE_Unknown_x64);
307 strType = Global::OSTypeId(VBOXOSTYPE_Unknown);
322 if (!RTStrICmp(pcszVBox, Global::OSTypeId(g_osTypes[i].osType)))
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp373 hrc = ptrMachine->COMGETTER(OSTypeId)(&bstr);
900 mData.mOSTypeId = Global::OSTypeId(aOsType);
H A DConsoleImpl2.cpp1042 hrc = pMachine->COMGETTER(OSTypeId)(osTypeId.asOutParam()); H();
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py1907 sOsTypeId = self.o.machine.OSTypeId;
1909 reporter.errorXcpt('failed to obtain the OSTypeId for "%s"' % (self.sName));
2112 sOsTypeId = self.o.machine.OSTypeId;
2114 reporter.errorXcpt('failed to obtain the OSTypeId for "%s"' % (self.sName));
2133 self.o.machine.OSTypeId = sNewTypeId;
2135 reporter.errorXcpt('failed to set the OSTypeId for "%s" to "%s"' % (self.sName, sNewTypeId));
H A Dvbox.py1773 oOsType = self.oVBox.getGuestOSType(oVM.OSTypeId)
1776 reporter.log(" OS Type: %s - %s" % (oVM.OSTypeId, oOsType.description));
/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp402 const char *Global::OSTypeId(VBOXOSTYPE aOSType) function in class:Global
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp509 CHECK_ERROR2_RET(machine, COMGETTER(OSTypeId)(osTypeId.asOutParam()), hrcCheck);
2536 rc = guest->COMGETTER(OSTypeId)(guestString.asOutParam());
H A DVBoxManageModifyVM.cpp521 CHECK_ERROR(sessionMachine, COMSETTER(OSTypeId)(Bstr(ValueUnion.psz).raw()));
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2157 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
2158 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
3120 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId);
H A DVBoxCAPI_v3_0.h2695 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
2696 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
3673 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId);
H A DVBoxCAPI_v3_1.h2598 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
2599 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
3685 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId);
H A DVBoxCAPI_v3_2.h2653 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
2654 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
3843 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId);
H A DVBoxCAPI_v4_0.h2901 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
2902 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
4064 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId);
H A DVBoxCAPI_v4_1.h3092 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
3093 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
4371 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId);
H A DVBoxCAPI_v4_2.h3364 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
3365 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
5295 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId);
H A DVBoxCAPI_v4_3.h5056 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
5057 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
5780 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId);
5781 nsresult (*SetOSTypeId)(IMachine *pThis, PRUnichar * OSTypeId);
10396 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId);
10564 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py964 vmos = ctx['vb'].getGuestOSType(mach.OSTypeId)
969 print " OS Type [via OSTypeId]: %s" % (vmos.description)
3331 'foreach' : ['Generic "for each" construction, using XPath-like notation: foreach //vms/vm[@OSTypeId=\'MacOS\'] "print obj.name"', foreachCmd, 0],

Completed in 486 milliseconds