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.hpp444 struct InProgressActionData struct
446 explicit InProgressActionData( in InProgressActionData() function
449 ~InProgressActionData() in ~InProgressActionData() argument
491 InProgressActionData(const InProgressActionData&) = delete;
492 InProgressActionData(InProgressActionData&&) = delete;
493 InProgressActionData& operator=(const InProgressActionData&) = delete;
494 InProgressActionData& operator=(InProgressActionData&&) = delete;
1295 const std::shared_ptr<InProgressActionData>& transaction, in handleMethodResponse()
1361 const std::shared_ptr<InProgressActionData>& transaction, in findActionOnInterface()
1566 auto transaction = std::make_shared<InProgressActionData>(asyncResp); in handleAction()
[all …]