Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp1407 tinyxml2::XMLElement* methodNode = in findActionOnInterface() local
1409 while (methodNode != nullptr) in findActionOnInterface()
1412 methodNode->Attribute("name"); in findActionOnInterface()
1428 methodNode->FirstChildElement("arg"); in findActionOnInterface()
1452 argumentNode = methodNode->FirstChildElement("arg"); in findActionOnInterface()
1520 methodNode = methodNode->NextSiblingElement("method"); in findActionOnInterface()