Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp1833 struct AsyncPutRequest struct
1835 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest() argument
1838 ~AsyncPutRequest() in ~AsyncPutRequest()
1853 void setErrorStatus(const std::string& desc) in setErrorStatus()
1860 const std::shared_ptr<bmcweb::AsyncResp> asyncResp;
1861 std::string objectPath;
1862 std::string propertyName;
1863 nlohmann::json propertyValue;