Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp473 struct InProgressActionData struct
475 explicit InProgressActionData( in InProgressActionData() function
478 ~InProgressActionData() in ~InProgressActionData() argument
520 InProgressActionData(const InProgressActionData&) = delete;
521 InProgressActionData(InProgressActionData&&) = delete;
522 InProgressActionData& operator=(const InProgressActionData&) = delete;
523 InProgressActionData& operator=(InProgressActionData&&) = delete;
1324 const std::shared_ptr<InProgressActionData>& transaction, in handleMethodResponse()
1390 const std::shared_ptr<InProgressActionData>& transaction, in findActionOnInterface()
1595 auto transaction = std::make_shared<InProgressActionData>(asyncResp); in handleAction()
[all …]