Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DMappingData.cpp39 std::string strMappingElement; in init() local
41 for (const auto &strMappingElement : mappingTok.split()) { in init() local
43 std::string::size_type iFistDelimiterOccurrence = strMappingElement.find_first_of(':'); in init()
51 strKey = strMappingElement; in init()
57 strKey = strMappingElement.substr(0, iFistDelimiterOccurrence); in init()
60 strValue = strMappingElement.substr(iFistDelimiterOccurrence + 1); in init()