HomeSort by relevance Sort by last modified time
    Searched refs:pStrChildName (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/upstream/parameter/
ElementLocator.cpp 53 string *pStrChildName = pathNavigator.next();
55 if (!pStrChildName) {
67 if (*pStrChildName != _pSubRootElement->getName()) {
PathNavigator.cpp 62 std::string *pStrChildName = next();
64 if (!pStrChildName) {
72 if (*pStrChildName != strItemName) {
75 " but found: " + *pStrChildName;
ArrayParameter.cpp 208 string *pStrChildName = pathNavigator.next();
210 if (pStrChildName) {
213 std::istringstream iss(*pStrChildName);
236 pStrChildName = pathNavigator.next();
238 if (pStrChildName) {
Element.cpp 411 string *pStrChildName = pathNavigator.next();
413 if (!pStrChildName) {
418 const CElement *pChild = findChild(*pStrChildName);
430 string *pStrChildName = pathNavigator.next();
432 if (!pStrChildName) {
437 CElement *pChild = findChild(*pStrChildName);
InstanceConfigurableElement.cpp 206 std::string *pStrChildName = pathNavigator.next();
208 if (pStrChildName) {
ConfigurableElement.cpp 207 std::string *pStrChildName = pathNavigator.next();
209 if (!pStrChildName) {
219 static_cast<const CConfigurableElement *>(findChild(*pStrChildName));

Completed in 1002 milliseconds