Searched defs:InProgressActionData (Results 1 – 1 of 1) sorted by relevance
444 struct InProgressActionData struct446 explicit InProgressActionData( in InProgressActionData() argument449 ~InProgressActionData() in ~InProgressActionData()496 void setErrorStatus(const std::string& desc) in setErrorStatus()502 std::shared_ptr<bmcweb::AsyncResp> asyncResp;503 std::string path;504 std::string methodName;505 std::string interfaceName;506 bool methodPassed = false;507 bool methodFailed = false;[all …]