Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DPathNavigator.cpp57 strError = "Path not well formed: " + getCurrentPath(); in navigateThrough()
67 "Path not complete: " + getCurrentPath() + ", trying to access to " + strItemName; in navigateThrough()
74 strError = "Path not found: " + getCurrentPath() + ", expected: " + strItemName + in navigateThrough()
93 std::string CPathNavigator::getCurrentPath() const in getCurrentPath() function in CPathNavigator
DPathNavigator.h51 std::string getCurrentPath() const;
DArrayParameter.cpp220 pathNavigator.getCurrentPath()); in getIndex()
241 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in getIndex()
DInstanceConfigurableElement.cpp211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()
DConfigurableElement.cpp212 pathNavigator.getCurrentPath() + in accessValue()
223 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in accessValue()