Searched defs:typeId (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp153 nsXPIDLString typeId; local
154 machine->GetOSTypeId(getter_Copies(typeId));
156 virtualBox->GetGuestOSType(typeId.get(), &osType);
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c936 BSTR typeId; local
941 IMachine_get_OSTypeId(machine, &typeId);
942 IVirtualBox_GetGuestOSType(virtualBox, typeId, &osType);
943 g_pVBoxFuncs->pfnComUnallocString(typeId);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1899 const Bstr &typeId = (*it)->i_id(); local
1900 AssertMsg(!typeId.isEmpty(), ("ID must not be NULL"));
1901 if (typeId.compare(aId, Bstr::CaseInsensitive) == 0)

Completed in 61 milliseconds