Home
last modified time | relevance | path

Searched refs:_keyToValueMap (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DMappingData.cpp76 auto it = _keyToValueMap.find(strkey); in getValue()
78 if (it != _keyToValueMap.end()) { in getValue()
89 return utility::asString(_keyToValueMap, ", ", ":"); in asString()
94 if (_keyToValueMap.find(strkey) != _keyToValueMap.end()) { in addValue()
98 _keyToValueMap[strkey] = strValue; in addValue()
DMappingData.h62 std::map<std::string, std::string> _keyToValueMap; variable