Home
last modified time | relevance | path

Searched refs:CErrorContext (Results 1 – 23 of 23) sorted by relevance

/external/parameter-framework/parameter/
DErrorContext.cpp32 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()
DErrorContext.h34 class CErrorContext
37 CErrorContext(std::string& strError);
DElement.h42 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;
DEnumValuePair.h53 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DCompoundRule.h60 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DEnumValuePair.cpp72 void CEnumValuePair::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DParameterAccessContext.h38 class CParameterAccessContext : public CErrorContext
DSelectionCriterionRule.h78 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DInstanceConfigurableElement.h126 static bool checkPathExhausted(CPathNavigator& pathNavigator, CErrorContext& errorContext);
DParameterAccessContext.cpp32 #define base CErrorContext
DCompoundRule.cpp60 void CCompoundRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DBaseParameter.h78 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DArrayParameter.h60 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DSubsystem.h95 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DInstanceConfigurableElement.cpp206 bool CInstanceConfigurableElement::checkPathExhausted(CPathNavigator& pathNavigator, CErrorContext&… in checkPathExhausted()
DBaseParameter.cpp73 void CBaseParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DSelectionCriterionRule.cpp61 void CSelectionCriterionRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DElement.cpp160 void CElement::dumpContent(string& strContent, CErrorContext& errorContext, const uint32_t uiDepth)… in dumpContent()
215 void CElement::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DConfigurableDomain.h117 virtual void logValue(std::string& strValue, CErrorContext& errorContext) const;
DArrayParameter.cpp177 void CArrayParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DSubsystem.cpp316 void CSubsystem::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DConfigurableDomain.cpp85 void CConfigurableDomain::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DParameterMgr.cpp1244 CErrorContext errorContext(strError); in dumpDomainsCommandProcess()