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