Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dmain.cpp208 tinyxml2::XMLElement* pElement = in doIntrospect() local
210 while (pElement != nullptr) in doIntrospect()
212 const char* ifaceName = pElement->Attribute("name"); in doIntrospect()
226 pElement = pElement->NextSiblingElement("interface"); in doIntrospect()
234 pElement = pRoot->FirstChildElement("node"); in doIntrospect()
235 while (pElement != nullptr) in doIntrospect()
237 const char* childPath = pElement->Attribute("name"); in doIntrospect()
249 pElement = pElement->NextSiblingElement("node"); in doIntrospect()