Lines Matching refs:pStrValue
236 const string *pStrValue; in findSubsystemLevelMappingKeyValue() local
237 if (pInstanceConfigurableElement->getMappingData(strMappingKey, pStrValue)) { in findSubsystemLevelMappingKeyValue()
239 strMappingValue = *pStrValue; in findSubsystemLevelMappingKeyValue()
325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData()
329 return _pMappingData->getValue(strKey, pStrValue); in getMappingData()
351 const string *pStrValue; in handleMappingContext() local
353 if (pConfigurableElement->getMappingData(strKey, pStrValue)) { in handleMappingContext()
355 if (!context.setItem(item, &strKey, pStrValue)) { in handleMappingContext()
378 const string *pStrValue; in handleSubsystemObjectCreation() local
380 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) { in handleSubsystemObjectCreation()
419 *pStrValue, pInstanceConfigurableElement, context, _logger)); in handleSubsystemObjectCreation()