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