Searched refs:mapProperties (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp162 settings::StringsMap mapProperties; member in struct:Medium::Data
1307 m->mapProperties[name] = value;
1318 m->mapProperties["InitiatorSecret"] = strPlaintext;
2349 settings::StringsMap::const_iterator it = m->mapProperties.find(aName);
2350 if (it == m->mapProperties.end())
2379 settings::StringsMap::iterator it = m->mapProperties.find(aName);
2383 if (it == m->mapProperties.end())
2391 if (it == m->mapProperties.end())
2394 m->mapProperties[aName] = aValue;
2401 m->mapProperties
[all...]
H A DVRDEServerImpl.cpp215 mData->mProperties = data.mapProperties;
241 data.mapProperties = mData->mProperties;
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1807 && (mapProperties == v.mapProperties)
3017 hw.vrdeSettings.mapProperties["TCP/Ports"] = str;
3019 hw.vrdeSettings.mapProperties["TCP/Address"] = str;
3047 hw.vrdeSettings.mapProperties["VideoChannel/Enabled"] = fVideoChannel? "true": "false";
3055 hw.vrdeSettings.mapProperties["VideoChannel/Quality"] = pszBuffer;
3059 hw.vrdeSettings.mapProperties["VideoChannel/Quality"] = "75";
3076 hw.vrdeSettings.mapProperties[strName] = strValue;
4308 StringsMap::const_iterator it = hw.vrdeSettings.mapProperties.find("TCP/Ports");
4309 if (it != hw.vrdeSettings.mapProperties
[all...]
/vbox/include/VBox/
H A Dsettings.h469 StringsMap mapProperties; member in struct:settings::VRDESettings

Completed in 84 milliseconds