Home | History | Annotate | Download | only in parameter

Lines Matching refs:strKey

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