Lines Matching refs:pStrValue
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)) {
419 *pStrValue, pInstanceConfigurableElement, context, _logger));