Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
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()
1384 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in findActionOnInterface() local
1385 if (pRoot == nullptr) in findActionOnInterface()
1392 pRoot->FirstChildElement("interface"); in findActionOnInterface()
1918 tinyxml2::XMLNode* pRoot = in handlePut() local
1920 if (pRoot == nullptr) in handlePut()
1928 pRoot->FirstChildElement("interface"); in handlePut()
2204 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in handleBusSystemPost() local
[all …]
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp203 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in doIntrospect() local
204 if (pRoot == nullptr) in doIntrospect()
211 pRoot->FirstChildElement("interface"); in doIntrospect()
236 pElement = pRoot->FirstChildElement("node"); in doIntrospect()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp607 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in createDumpTaskCallback() local
608 if (pRoot == nullptr) in createDumpTaskCallback()
615 pRoot->FirstChildElement("interface"); in createDumpTaskCallback()