Lines Matching refs:mapProperties

1807                   && (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.end())
4316 it = hw.vrdeSettings.mapProperties.find("TCP/Address");
4317 if (it != hw.vrdeSettings.mapProperties.end())
4344 StringsMap::const_iterator it = hw.vrdeSettings.mapProperties.find("VideoChannel/Enabled");
4345 if (it != hw.vrdeSettings.mapProperties.end())
4351 it = hw.vrdeSettings.mapProperties.find("VideoChannel/Quality");
4352 if (it != hw.vrdeSettings.mapProperties.end())
4367 if (hw.vrdeSettings.mapProperties.size() > 0)
4370 for (StringsMap::const_iterator it = hw.vrdeSettings.mapProperties.begin();
4371 it != hw.vrdeSettings.mapProperties.end();
5727 StringsMap::const_iterator it = hardwareMachine.vrdeSettings.mapProperties.find("TCP/Ports");
5728 if (it != hardwareMachine.vrdeSettings.mapProperties.end())
5730 it = hardwareMachine.vrdeSettings.mapProperties.find("TCP/Address");
5731 if (it != hardwareMachine.vrdeSettings.mapProperties.end())
5734 if (hardwareMachine.vrdeSettings.mapProperties.size() != cOldProperties)
5745 StringsMap::const_iterator it = hardwareMachine.vrdeSettings.mapProperties.find("TCP/Ports");
5746 if (it != hardwareMachine.vrdeSettings.mapProperties.end())
5748 it = hardwareMachine.vrdeSettings.mapProperties.find("TCP/Address");
5749 if (it != hardwareMachine.vrdeSettings.mapProperties.end())
5751 it = hardwareMachine.vrdeSettings.mapProperties.find("VideoChannel/Enabled");
5752 if (it != hardwareMachine.vrdeSettings.mapProperties.end())
5754 it = hardwareMachine.vrdeSettings.mapProperties.find("VideoChannel/Quality");
5755 if (it != hardwareMachine.vrdeSettings.mapProperties.end())
5758 if (hardwareMachine.vrdeSettings.mapProperties.size() != cOldProperties)