Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp127 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in introspectObjects() local
128 if (pRoot == nullptr) in introspectObjects()
135 tinyxml2::XMLElement* node = pRoot->FirstChildElement("node"); in introspectObjects()
1380 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in findActionOnInterface() local
1381 if (pRoot == nullptr) in findActionOnInterface()
1388 pRoot->FirstChildElement("interface"); in findActionOnInterface()
1914 tinyxml2::XMLNode* pRoot = in handlePut() local
1916 if (pRoot == nullptr) in handlePut()
1924 pRoot->FirstChildElement("interface"); in handlePut()
2200 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in handleBusSystemPost() local
[all …]
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp201 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in doIntrospect() local
202 if (pRoot == nullptr) in doIntrospect()
209 pRoot->FirstChildElement("interface"); in doIntrospect()
234 pElement = pRoot->FirstChildElement("node"); in doIntrospect()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp837 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in createDumpTaskCallback() local
838 if (pRoot == nullptr) in createDumpTaskCallback()
845 pRoot->FirstChildElement("interface"); in createDumpTaskCallback()