/external/parameter-framework/parameter/ |
ErrorContext.cpp | 32 CErrorContext::CErrorContext(std::string& strError) : _strError(strError) 37 void CErrorContext::setError(const std::string& strError) 42 void CErrorContext::appendToError(const std::string& strAppend) 47 const std::string& CErrorContext::getError() const
|
ErrorContext.h | 34 class CErrorContext 37 CErrorContext(std::string& strError);
|
EnumValuePair.h | 53 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
|
CompoundRule.h | 60 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
|
Element.h | 42 class CErrorContext; 131 void dumpContent(std::string& strContent, CErrorContext& errorContext, const uint32_t uiDepth = 0) const; 167 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
|
EnumValuePair.cpp | 72 void CEnumValuePair::logValue(string& strValue, CErrorContext& errorContext) const
|
ParameterAccessContext.h | 38 class CParameterAccessContext : public CErrorContext
|
SelectionCriterionRule.h | 78 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
|
BaseParameter.h | 78 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
|
CompoundRule.cpp | 60 void CCompoundRule::logValue(string& strValue, CErrorContext& errorContext) const
|
InstanceConfigurableElement.h | 126 static bool checkPathExhausted(CPathNavigator& pathNavigator, CErrorContext& errorContext);
|
ParameterAccessContext.cpp | 32 #define base CErrorContext
|
ArrayParameter.h | 60 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
|
BaseParameter.cpp | 73 void CBaseParameter::logValue(string& strValue, CErrorContext& errorContext) const
|
InstanceConfigurableElement.cpp | 206 bool CInstanceConfigurableElement::checkPathExhausted(CPathNavigator& pathNavigator, CErrorContext& errorContext)
|
Subsystem.h | 95 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
|
ConfigurableDomain.h | 117 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
|
SelectionCriterionRule.cpp | 61 void CSelectionCriterionRule::logValue(string& strValue, CErrorContext& errorContext) const
|
Element.cpp | 160 void CElement::dumpContent(string& strContent, CErrorContext& errorContext, const uint32_t uiDepth) const 215 void CElement::logValue(string& strValue, CErrorContext& errorContext) const
|
ArrayParameter.cpp | 177 void CArrayParameter::logValue(string& strValue, CErrorContext& errorContext) const
|
Subsystem.cpp | 316 void CSubsystem::logValue(string& strValue, CErrorContext& errorContext) const
|
ConfigurableDomain.cpp | 85 void CConfigurableDomain::logValue(string& strValue, CErrorContext& errorContext) const [all...] |
ParameterMgr.cpp | [all...] |