Lines Matching defs:InProgressActionData
444 struct InProgressActionData struct
446 explicit InProgressActionData( in InProgressActionData() function
449 ~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;
508 bool outputFailed = false;
509 bool convertedToArray = false;
510 nlohmann::json methodResponse;
511 nlohmann::json arguments;