Searched refs:errorContext (Results 1 – 10 of 10) sorted by relevance
204 utility::ErrorContext &errorContext) in checkPathExhausted() argument211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()
130 std::string dumpContent(utility::ErrorContext &errorContext, const size_t depth = 0) const;159 virtual std::string logValue(utility::ErrorContext &errorContext) const;
84 string CElement::dumpContent(utility::ErrorContext &errorContext, const size_t depth) const in dumpContent() argument106 string strValue = logValue(errorContext); in dumpContent()117 output += pChild->dumpContent(errorContext, depth + 1); in dumpContent()
53 std::string logValue(utility::ErrorContext &errorContext) const override;
60 std::string logValue(utility::ErrorContext &errorContext) const override;
79 std::string logValue(utility::ErrorContext &errorContext) const override;
117 utility::ErrorContext &errorContext);
211 std::string logValue(utility::ErrorContext &errorContext) const final;
162 std::string logValue(utility::ErrorContext &errorContext) const override;
1238 utility::ErrorContext errorContext(strError); in dumpDomainsCommandProcess() local1241 strResult = getConstConfigurableDomains()->dumpContent(errorContext); in dumpDomainsCommandProcess()