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

  /external/parameter-framework/parameter/
ElementLocator.cpp 52 string* pStrChildName = pathNavigator.next();
54 if (!pStrChildName) {
66 if (*pStrChildName != _pSubRootElement->getName()) {
PathNavigator.cpp 62 std::string* pStrChildName = next();
64 if (!pStrChildName) {
72 if (*pStrChildName != strItemName) {
75 ", expected: " + strItemName + " but found: " + *pStrChildName;
InstanceConfigurableElement.cpp 208 std::string* pStrChildName = pathNavigator.next();
210 if (pStrChildName) {
ArrayParameter.cpp 216 string* pStrChildName = pathNavigator.next();
218 if (pStrChildName) {
221 std::istringstream iss(*pStrChildName);
243 pStrChildName = pathNavigator.next();
245 if (pStrChildName) {
Element.cpp 533 string* pStrChildName = pathNavigator.next();
535 if (!pStrChildName) {
540 const CElement* pChild = findChild(*pStrChildName);
552 string* pStrChildName = pathNavigator.next();
554 if (!pStrChildName) {
559 CElement* pChild = findChild(*pStrChildName);
ConfigurableElement.cpp 139 std::string* pStrChildName = pathNavigator.next();
141 if (!pStrChildName) {
148 const CConfigurableElement* pChild = static_cast<const CConfigurableElement*>(findChild(*pStrChildName));

Completed in 144 milliseconds