Home
last modified time | relevance | path

Searched defs:AsyncPutRequest (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1805 struct AsyncPutRequest struct
1807 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest() function
1810 ~AsyncPutRequest() in ~AsyncPutRequest()
1825 void setErrorStatus(const std::string& desc) in setErrorStatus()
1832 const std::shared_ptr<bmcweb::AsyncResp> asyncResp;
1833 std::string objectPath;
1834 std::string propertyName;
1835 nlohmann::json propertyValue;