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.hpp1809 struct AsyncPutRequest struct
1811 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest() argument
1814 ~AsyncPutRequest() in ~AsyncPutRequest()
1829 void setErrorStatus(const std::string& desc) in setErrorStatus()
1836 const std::shared_ptr<bmcweb::AsyncResp> asyncResp;
1837 std::string objectPath;
1838 std::string propertyName;
1839 nlohmann::json propertyValue;