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.hpp478 struct InProgressActionData struct
480 explicit InProgressActionData( in InProgressActionData() function
484 ~InProgressActionData() in ~InProgressActionData() argument
526 InProgressActionData(const InProgressActionData&) = delete;
527 InProgressActionData(InProgressActionData&&) = delete;
528 InProgressActionData& operator=(const InProgressActionData&) = delete;
529 InProgressActionData& operator=(InProgressActionData&&) = delete;
1330 const std::shared_ptr<InProgressActionData>& transaction, in handleMethodResponse()
1396 const std::shared_ptr<InProgressActionData>& transaction, in findActionOnInterface()
1591 auto transaction = std::make_shared<InProgressActionData>(asyncResp); in handleAction()
[all …]