Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1948 tinyxml2::XMLElement* propNode = in handlePut() local
1950 while (propNode != nullptr) in handlePut()
1952 const char* propertyName = propNode->Attribute("name"); in handlePut()
1956 const char* argType = propNode->Attribute("type"); in handlePut()
2033 propNode = propNode->NextSiblingElement("property"); in handlePut()