Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dmain.cpp237 const char* childPath = pElement->Attribute("name"); in doIntrospect() local
238 if (childPath != nullptr) in doIntrospect()
247 objectServer, parentPath + "/" + childPath); in doIntrospect()
361 auto childPath = parent + '/'; in removeUnneededParents() local
365 [&owner, &childPath](const auto& entry) { in removeUnneededParents()
366 return entry.first.starts_with(childPath) && in removeUnneededParents()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp162 const char* childPath = node->Attribute("name"); in introspectObjects() local
163 if (childPath != nullptr) in introspectObjects()
170 newpath += std::string("/") + childPath; in introspectObjects()