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