Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1868 auto propertyIt = requestDbusData.find("data"); in handlePut() local
1869 if (propertyIt == requestDbusData.end()) in handlePut()
1876 const nlohmann::json& propertySetValue = *propertyIt; in handlePut()