Home
last modified time | relevance | path

Searched refs:errorContext (Results 1 – 11 of 11) 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.h129 std::string dumpContent(utility::ErrorContext &errorContext, const size_t depth = 0) const;
158 virtual std::string logValue(utility::ErrorContext &errorContext) const;
DElement.cpp83 string CElement::dumpContent(utility::ErrorContext &errorContext, const size_t depth) const in dumpContent() argument
105 string strValue = logValue(errorContext); in dumpContent()
116 output += pChild->dumpContent(errorContext, depth + 1); in dumpContent()
DEnumValuePair.h52 std::string logValue(utility::ErrorContext &errorContext) const override;
DCompoundRule.h59 std::string logValue(utility::ErrorContext &errorContext) const override;
DSelectionCriterionRule.h78 std::string logValue(utility::ErrorContext &errorContext) const override;
DInstanceConfigurableElement.h117 utility::ErrorContext &errorContext);
DConfigurableElement.h213 std::string logValue(utility::ErrorContext &errorContext) const override final;
DConfigurableDomain.h161 std::string logValue(utility::ErrorContext &errorContext) const override;
DParameterMgr.cpp1238 utility::ErrorContext errorContext(strError); in dumpDomainsCommandProcess() local
1241 strResult = getConstConfigurableDomains()->dumpContent(errorContext); in dumpDomainsCommandProcess()
/external/skia/tests/
DPictureTest.cpp865 ErrorContext* errorContext = static_cast<ErrorContext*>(context); in assert_one_parse_error_cb() local
866 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()