Home
last modified time | relevance | path

Searched refs:ErrorContext (Results 1 – 22 of 22) sorted by relevance

/external/parameter-framework/upstream/utility/
DErrorContext.hpp38 class ErrorContext : private NonCopyable class
41 ErrorContext(std::string &error) : mError(error) {} in ErrorContext() function in utility::ErrorContext
DCMakeLists.txt46 ErrorContext.hpp
/external/parameter-framework/upstream/parameter/
DElement.h45 class ErrorContext; variable
130 std::string dumpContent(utility::ErrorContext &errorContext, const size_t depth = 0) const;
159 virtual std::string logValue(utility::ErrorContext &errorContext) const;
DEnumValuePair.h53 std::string logValue(utility::ErrorContext &errorContext) const override;
DCompoundRule.h60 std::string logValue(utility::ErrorContext &errorContext) const override;
DParameterAccessContext.h38 class CParameterAccessContext : public utility::ErrorContext
DEnumValuePair.cpp70 string CEnumValuePair::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
DSelectionCriterionRule.h79 std::string logValue(utility::ErrorContext &errorContext) const override;
DParameterAccessContext.cpp32 #define base utility::ErrorContext
DInstanceConfigurableElement.h117 utility::ErrorContext &errorContext);
DCompoundRule.cpp53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
DElement.cpp84 string CElement::dumpContent(utility::ErrorContext &errorContext, const size_t depth) const in dumpContent()
138 string CElement::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
DInstanceConfigurableElement.cpp204 utility::ErrorContext &errorContext) in checkPathExhausted()
DSelectionCriterionRule.cpp54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const in logValue()
DConfigurableElement.h211 std::string logValue(utility::ErrorContext &errorContext) const final;
DConfigurableDomain.h162 std::string logValue(utility::ErrorContext &errorContext) const override;
DConfigurableElement.cpp316 std::string CConfigurableElement::logValue(utility::ErrorContext &context) const in logValue()
DConfigurableDomain.cpp83 string CConfigurableDomain::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
DParameterMgr.cpp1238 utility::ErrorContext errorContext(strError); in dumpDomainsCommandProcess()
/external/parameter-framework/upstream/xmlserializer/
DXmlSerializingContext.h49 class CXmlSerializingContext : public utility::ErrorContext
DXmlSerializingContext.cpp35 : utility::ErrorContext(strError) in CXmlSerializingContext()
DCMakeLists.txt64 PUBLIC pfw_utility # For NonCopyable and ErrorContext