Searched defs:AsyncPutRequest (Results 1 – 1 of 1) sorted by relevance
1805 struct AsyncPutRequest struct1807 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest() function1810 ~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;