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

/external/parameter-framework/upstream/parameter/
H A DEnumValuePair.h52 std::string logValue(utility::ErrorContext &errorContext) const override;
H A DCompoundRule.h59 std::string logValue(utility::ErrorContext &errorContext) const override;
H A DSelectionCriterionRule.h78 std::string logValue(utility::ErrorContext &errorContext) const override;
H A DElement.h129 std::string dumpContent(utility::ErrorContext &errorContext, const size_t depth = 0) const;
158 virtual std::string logValue(utility::ErrorContext &errorContext) const;
H A DInstanceConfigurableElement.cpp204 utility::ErrorContext &errorContext)
211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath());
203 checkPathExhausted(CPathNavigator &pathNavigator, utility::ErrorContext &errorContext) argument
H A DInstanceConfigurableElement.h117 utility::ErrorContext &errorContext);
H A DElement.cpp83 string CElement::dumpContent(utility::ErrorContext &errorContext, const size_t depth) const argument
105 string strValue = logValue(errorContext);
116 output += pChild->dumpContent(errorContext, depth + 1);
H A DConfigurableElement.h213 std::string logValue(utility::ErrorContext &errorContext) const override final;
H A DConfigurableDomain.h161 std::string logValue(utility::ErrorContext &errorContext) const override;
H A DParameterMgr.cpp1238 utility::ErrorContext errorContext(strError);
1241 strResult = getConstConfigurableDomains()->dumpContent(errorContext);

Completed in 278 milliseconds