Lines Matching refs:strKey
355 const string& strKey, in getMappingError() argument
360 "mapping:\n" + strKey + " " + in getMappingError()
366 bool CSubsystem::getMappingData(const std::string& strKey, const std::string*& pStrValue) const in getMappingData() argument
370 return _pMappingData->getValue(strKey, pStrValue); in getMappingData()
386 const string& strKey = _contextMappingKeyArray[uiItem]; in handleMappingContext() local
389 if (pConfigurableElementWithMapping->getMappingData(strKey, pStrValue)) { in handleMappingContext()
391 if (!context.setItem(uiItem, &strKey, pStrValue)) { in handleMappingContext()
393 strError = getMappingError(strKey, "Already set", pConfigurableElementWithMapping); in handleMappingContext()
416 string strKey = pSubsystemObjectCreator->getMappingKey(); in handleSubsystemObjectCreation() local
420 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) { in handleSubsystemObjectCreation()
436 strError = getMappingError(strKey, _contextMappingKeyArray[uiAncestorKey] + in handleSubsystemObjectCreation()
451 strError = getMappingError(strKey, strSizeError, pInstanceConfigurableElement); in handleSubsystemObjectCreation()