Searched defs:pStrValue (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DSubsystem.cpp236 const string *pStrValue; local
237 if (pInstanceConfigurableElement->getMappingData(strMappingKey, pStrValue)) {
239 strMappingValue = *pStrValue;
325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const
329 return _pMappingData->getValue(strKey, pStrValue);
351 const string *pStrValue; local
353 if (pConfigurableElement->getMappingData(strKey, pStrValue)) {
355 if (!context.setItem(item, &strKey, pStrValue)) {
378 const string *pStrValue; local
380 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) {
[all...]
H A DElementHandle.cpp131 const std::string *pStrValue; local
137 if (element->getMappingData(strKey, pStrValue)) {
138 strValue = *pStrValue;

Completed in 337 milliseconds