Searched refs:getCurrentPath (Results 1 – 5 of 5) sorted by relevance
57 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
51 std::string getCurrentPath() const;
220 pathNavigator.getCurrentPath()); in getIndex()241 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in getIndex()
211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()
212 pathNavigator.getCurrentPath() + in accessValue()223 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in accessValue()