Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DMappingData.cpp47 std::string strMappingElement; in fromXml() local
49 while (!(strMappingElement = mappingTok.next()).empty()) { in fromXml()
51 std::string::size_type iFistDelimiterOccurrence = strMappingElement.find_first_of(':'); in fromXml()
59 strKey = strMappingElement; in fromXml()
65 strKey = strMappingElement.substr(0, iFistDelimiterOccurrence); in fromXml()
68 strValue = strMappingElement.substr(iFistDelimiterOccurrence + 1); in fromXml()