Searched refs:ErrorContext (Results 1 – 25 of 25) sorted by relevance
16 } ErrorContext; typedef26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context); in cb()37 ErrorContext context; in DEF_TEST()
859 struct ErrorContext { struct865 ErrorContext* errorContext = static_cast<ErrorContext*>(context); in assert_one_parse_error_cb() argument909 ErrorContext context; in DEF_TEST()
38 class ErrorContext : private NonCopyable class41 ErrorContext(std::string &error) : mError(error) {} in ErrorContext() function in utility::ErrorContext
48 ErrorContext.hpp
45 class ErrorContext; variable129 std::string dumpContent(utility::ErrorContext &errorContext, const size_t depth = 0) const;158 virtual std::string logValue(utility::ErrorContext &errorContext) const;
52 std::string logValue(utility::ErrorContext &errorContext) const override;
59 std::string logValue(utility::ErrorContext &errorContext) const override;
70 string CEnumValuePair::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
38 class CParameterAccessContext : public utility::ErrorContext
78 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()
83 string CElement::dumpContent(utility::ErrorContext &errorContext, const size_t depth) const in dumpContent()137 string CElement::logValue(utility::ErrorContext & /*ctx*/) const in logValue()
204 utility::ErrorContext &errorContext) in checkPathExhausted()
213 std::string logValue(utility::ErrorContext &errorContext) const override final;
54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const in logValue()
161 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()
66 PUBLIC pfw_utility # For NonCopyable and ErrorContext
45 upstream/utility/ErrorContext.hpp \