Home
last modified time | relevance | path

Searched refs:errorContext (Results 1 – 10 of 10) sorted by relevance

/external/parameter-framework/upstream/parameter/
DInstanceConfigurableElement.cpp204 utility::ErrorContext &errorContext) in checkPathExhausted() argument
211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()
DElement.h130 std::string dumpContent(utility::ErrorContext &errorContext, const size_t depth = 0) const;
159 virtual std::string logValue(utility::ErrorContext &errorContext) const;
DElement.cpp84 string CElement::dumpContent(utility::ErrorContext &errorContext, const size_t depth) const in dumpContent() argument
106 string strValue = logValue(errorContext); in dumpContent()
117 output += pChild->dumpContent(errorContext, depth + 1); in dumpContent()
DEnumValuePair.h53 std::string logValue(utility::ErrorContext &errorContext) const override;
DCompoundRule.h60 std::string logValue(utility::ErrorContext &errorContext) const override;
DSelectionCriterionRule.h79 std::string logValue(utility::ErrorContext &errorContext) const override;
DInstanceConfigurableElement.h117 utility::ErrorContext &errorContext);
DConfigurableElement.h211 std::string logValue(utility::ErrorContext &errorContext) const final;
DConfigurableDomain.h162 std::string logValue(utility::ErrorContext &errorContext) const override;
DParameterMgr.cpp1238 utility::ErrorContext errorContext(strError); in dumpDomainsCommandProcess() local
1241 strResult = getConstConfigurableDomains()->dumpContent(errorContext); in dumpDomainsCommandProcess()