Home | History | Annotate | Download | only in parameter

Lines Matching refs:string

43 using std::string;
46 CSubsystem::CSubsystem(const string &strName, core::log::Logger &logger)
77 string CSubsystem::getKind() const
99 string description;
113 string rawMapping;
117 std::string error;
146 string strError;
157 bool CSubsystem::mapSubsystemElements(string &strError)
183 string CSubsystem::formatMappingDataList(
188 std::list<string> mappings;
223 const CInstanceConfigurableElement *pInstanceConfigurableElement, string &strMappingKey,
224 string &strMappingValue) const
236 const string *pStrValue;
247 string CSubsystem::getFormattedSubsystemMappingData(
261 string strMappingKey;
262 string strMappingValue; // mapping value where amends are not replaced by their value
269 string CSubsystem::getMapping(list<const CConfigurableElement *> &configurableElementPath) const
281 string strValue = formatMappingDataList(configurableElementPath);
306 void CSubsystem::addContextMappingKey(const string &strMappingKey)
318 string CSubsystem::getMappingError(const string &strKey, const string &strMessage,
325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const
335 std::string CSubsystem::getFormattedMapping() const
345 CMappingContext &context, string &strError) const
350 const string &strKey = _contextMappingKeyArray[item];
351 const string *pStrValue;
369 bool &bHasCreatedSubsystemObject, string &strError)
376 string strKey = pSubsystemObjectCreator->getMappingKey();
378 const string *pStrValue;
408 string strSizeError =
436 bool &bKeepDiving, string &strError)