Home | History | Annotate | Download | only in parameter

Lines Matching defs:strKey

318 string CSubsystem::getMappingError(const string &strKey, const string &strMessage,
321 return getName() + " " + getKind() + " " + "mapping:\n" + strKey + " " + "error: \"" +
325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const
329 return _pMappingData->getValue(strKey, pStrValue);
350 const string &strKey = _contextMappingKeyArray[item];
353 if (pConfigurableElement->getMappingData(strKey, pStrValue)) {
355 if (!context.setItem(item, &strKey, pStrValue)) {
357 strError = getMappingError(strKey, "Already set", pConfigurableElement);
376 string strKey = pSubsystemObjectCreator->getMappingKey();
380 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) {
397 getMappingError(strKey, _contextMappingKeyArray[uiAncestorKey] + " not set",
412 strError = getMappingError(strKey, strSizeError, pInstanceConfigurableElement);