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

/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp569 Bstr strUUID; local
570 CHECK_ERROR_BREAK(machines[i], COMGETTER(Id)(strUUID.asOutParam()));
577 strUUID.raw()));
581 rc = machineAdd(strUUID);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1036 Utf8Str strUUID; local
1037 pelmImage->getAttributeValue("uuid", strUUID);
1038 if (strUUID == strGuidSourceCurly)
/vbox/src/VBox/Main/xml/
H A DSettings.cpp407 * @param strUUID
410 const Utf8Str &strUUID) const
412 guid = strUUID.c_str();
414 throw ConfigFileError(this, NULL, N_("UUID \"%s\" has zero format"), strUUID.c_str());
416 throw ConfigFileError(this, NULL, N_("UUID \"%s\" has invalid format"), strUUID.c_str());
600 Utf8Str strUUID; local
601 if (!elmMedium.getAttributeValue("uuid", strUUID))
604 parseUUID(med.uuid, strUUID);
1374 Utf8Str strUUID; local
1375 if ( pelmChild1->getAttributeValue("uuid", strUUID)
2744 Utf8Str strUUID; local
3422 Utf8Str strUUID, strBus; local
3958 Utf8Str strUUID; local
[all...]

Completed in 274 milliseconds