Home
last modified time | relevance | path

Searched refs:getCurrentPath (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/parameter/
DPathNavigator.cpp57 strError = "Path not well formed: " + getCurrentPath(); in navigateThrough()
66 strError = "Path not complete: " + getCurrentPath() + in navigateThrough()
74 strError = "Path not found: " + getCurrentPath() + in navigateThrough()
93 std::string CPathNavigator::getCurrentPath() const in getCurrentPath() function in CPathNavigator
DPathNavigator.h51 std::string getCurrentPath() const;
DArrayParameter.cpp227 …ontext.setError("Expected numerical expression as last item in " + pathNavigator.getCurrentPath()); in getIndex()
248 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in getIndex()
DConfigurableElement.cpp143 …ontext.setError((bSet ? "Can't set " : "Can't get ") + pathNavigator.getCurrentPath() + " because … in accessValue()
152 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in accessValue()
DInstanceConfigurableElement.cpp213 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()