Searched refs:ErrorContext (Results 1 – 22 of 22) sorted by relevance
38 class ErrorContext : private NonCopyable class41 ErrorContext(std::string &error) : mError(error) {} in ErrorContext() function in utility::ErrorContext
46 ErrorContext.hpp
45 class ErrorContext; variable130 std::string dumpContent(utility::ErrorContext &errorContext, const size_t depth = 0) const;159 virtual std::string logValue(utility::ErrorContext &errorContext) const;
53 std::string logValue(utility::ErrorContext &errorContext) const override;
60 std::string logValue(utility::ErrorContext &errorContext) const override;
38 class CParameterAccessContext : public utility::ErrorContext
70 string CEnumValuePair::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
79 std::string logValue(utility::ErrorContext &errorContext) const override;
32 #define base utility::ErrorContext
117 utility::ErrorContext &errorContext);
53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
84 string CElement::dumpContent(utility::ErrorContext &errorContext, const size_t depth) const in dumpContent()138 string CElement::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
204 utility::ErrorContext &errorContext) in checkPathExhausted()
54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const in logValue()
211 std::string logValue(utility::ErrorContext &errorContext) const final;
162 std::string logValue(utility::ErrorContext &errorContext) const override;
316 std::string CConfigurableElement::logValue(utility::ErrorContext &context) const in logValue()
83 string CConfigurableDomain::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
1238 utility::ErrorContext errorContext(strError); in dumpDomainsCommandProcess()
49 class CXmlSerializingContext : public utility::ErrorContext
35 : utility::ErrorContext(strError) in CXmlSerializingContext()
64 PUBLIC pfw_utility # For NonCopyable and ErrorContext