Home
last modified time | relevance | path

Searched refs:pStrChildName (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/upstream/parameter/
DPathNavigator.cpp62 std::string *pStrChildName = next(); in navigateThrough() local
64 if (!pStrChildName) { in navigateThrough()
72 if (*pStrChildName != strItemName) { in navigateThrough()
75 " but found: " + *pStrChildName; in navigateThrough()
DElementLocator.cpp53 string *pStrChildName = pathNavigator.next(); in locate() local
55 if (!pStrChildName) { in locate()
67 if (*pStrChildName != _pSubRootElement->getName()) { in locate()
DElement.cpp411 string *pStrChildName = pathNavigator.next(); in findDescendant() local
413 if (!pStrChildName) { in findDescendant()
418 const CElement *pChild = findChild(*pStrChildName); in findDescendant()
430 string *pStrChildName = pathNavigator.next(); in findDescendant() local
432 if (!pStrChildName) { in findDescendant()
437 CElement *pChild = findChild(*pStrChildName); in findDescendant()
DArrayParameter.cpp208 string *pStrChildName = pathNavigator.next(); in getIndex() local
210 if (pStrChildName) { in getIndex()
213 std::istringstream iss(*pStrChildName); in getIndex()
236 pStrChildName = pathNavigator.next(); in getIndex()
238 if (pStrChildName) { in getIndex()
DInstanceConfigurableElement.cpp206 std::string *pStrChildName = pathNavigator.next(); in checkPathExhausted() local
208 if (pStrChildName) { in checkPathExhausted()
DConfigurableElement.cpp207 std::string *pStrChildName = pathNavigator.next(); in accessValue() local
209 if (!pStrChildName) { in accessValue()
219 static_cast<const CConfigurableElement *>(findChild(*pStrChildName)); in accessValue()