Lines Matching refs:pStrValue
261 const string* pStrValue; in findSubsystemLevelMappingKeyValue() local
262 if (pInstanceConfigurableElement->getMappingData(strMappingKey, pStrValue)) { in findSubsystemLevelMappingKeyValue()
264 strMappingValue = *pStrValue; in findSubsystemLevelMappingKeyValue()
366 bool CSubsystem::getMappingData(const std::string& strKey, const std::string*& pStrValue) const in getMappingData()
370 return _pMappingData->getValue(strKey, pStrValue); in getMappingData()
387 const string* pStrValue; in handleMappingContext() local
389 if (pConfigurableElementWithMapping->getMappingData(strKey, pStrValue)) { in handleMappingContext()
391 if (!context.setItem(uiItem, &strKey, pStrValue)) { in handleMappingContext()
418 const string* pStrValue; in handleSubsystemObjectCreation() local
420 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) { in handleSubsystemObjectCreation()
458 *pStrValue, pInstanceConfigurableElement, context)); in handleSubsystemObjectCreation()