Home
last modified time | relevance | path

Searched refs:strItemName (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DPathNavigator.cpp53 bool CPathNavigator::navigateThrough(const std::string &strItemName, std::string &strError) in navigateThrough() argument
67 "Path not complete: " + getCurrentPath() + ", trying to access to " + strItemName; in navigateThrough()
72 if (*pStrChildName != strItemName) { in navigateThrough()
74 strError = "Path not found: " + getCurrentPath() + ", expected: " + strItemName + in navigateThrough()
DPathNavigator.h45 bool navigateThrough(const std::string &strItemName, std::string &strError);