Home
last modified time | relevance | path

Searched defs:InProgressActionData (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp444 struct InProgressActionData struct
446 explicit InProgressActionData( in InProgressActionData() argument
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;
[all …]