Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dmain.cpp210 tinyxml2::XMLElement* pElement = in doIntrospect() local
212 while (pElement != nullptr) in doIntrospect()
214 const char* ifaceName = pElement->Attribute("name"); in doIntrospect()
228 pElement = pElement->NextSiblingElement("interface"); in doIntrospect()
236 pElement = pRoot->FirstChildElement("node"); in doIntrospect()
237 while (pElement != nullptr) in doIntrospect()
239 const char* childPath = pElement->Attribute("name"); in doIntrospect()
251 pElement = pElement->NextSiblingElement("node"); in doIntrospect()