Searched refs:errorContext (Results 1 – 11 of 11) sorted by relevance
204 utility::ErrorContext &errorContext) in checkPathExhausted() argument211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()
129 std::string dumpContent(utility::ErrorContext &errorContext, const size_t depth = 0) const;158 virtual std::string logValue(utility::ErrorContext &errorContext) const;
83 string CElement::dumpContent(utility::ErrorContext &errorContext, const size_t depth) const in dumpContent() argument105 string strValue = logValue(errorContext); in dumpContent()116 output += pChild->dumpContent(errorContext, depth + 1); in dumpContent()
52 std::string logValue(utility::ErrorContext &errorContext) const override;
59 std::string logValue(utility::ErrorContext &errorContext) const override;
78 std::string logValue(utility::ErrorContext &errorContext) const override;
117 utility::ErrorContext &errorContext);
213 std::string logValue(utility::ErrorContext &errorContext) const override final;
161 std::string logValue(utility::ErrorContext &errorContext) const override;
1238 utility::ErrorContext errorContext(strError); in dumpDomainsCommandProcess() local1241 strResult = getConstConfigurableDomains()->dumpContent(errorContext); in dumpDomainsCommandProcess()
865 ErrorContext* errorContext = static_cast<ErrorContext*>(context); in assert_one_parse_error_cb() local866 errorContext->fErrors++; in assert_one_parse_error_cb()869 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors, in assert_one_parse_error_cb()871 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error, in assert_one_parse_error_cb()