HomeSort by relevance Sort by last modified time
    Searched defs:pStrValue (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
ElementHandle.cpp 131 const std::string *pStrValue;
137 if (element->getMappingData(strKey, pStrValue)) {
138 strValue = *pStrValue;
Subsystem.cpp 236 const string *pStrValue;
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;
353 if (pConfigurableElement->getMappingData(strKey, pStrValue)) {
355 if (!context.setItem(item, &strKey, pStrValue)) {
378 const string *pStrValue;
380 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) {
    [all...]

Completed in 545 milliseconds