Searched refs:childPath (Results 1 – 2 of 2) sorted by relevance
237 const char* childPath = pElement->Attribute("name"); in doIntrospect() local238 if (childPath != nullptr) in doIntrospect()247 objectServer, parentPath + "/" + childPath); in doIntrospect()361 auto childPath = parent + '/'; in removeUnneededParents() local366 [&owner, &childPath](const auto& entry) { in removeUnneededParents()367 return entry.first.starts_with(childPath) && in removeUnneededParents()
138 const char* childPath = node->Attribute("name"); in introspectObjects() local139 if (childPath != nullptr) in introspectObjects()146 newpath += std::string("/") + childPath; in introspectObjects()