Searched defs:errorContext (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
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 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);

Completed in 74 milliseconds