Searched refs:callback_t (Results 1 – 7 of 7) sorted by relevance
32 auto c = static_cast<match::callback_t*>(context); in matchCallback()38 match::match(sdbusplus::bus_t& bus, const char* _match, callback_t callback) : in match()39 _callback(std::make_unique<callback_t>(std::move(callback))), in match()
41 using callback_t = std::function<void(sdbusplus::message_t&)>; typedef42 match(sdbusplus::bus_t& bus, const char* _match, callback_t callback);44 callback_t callback) : in match()49 std::unique_ptr<callback_t> _callback;
58 typedef void (*callback_t)(struct sdma_txreq *, int); typedef70 callback_t complete;
328 callback_t complete = tx->complete; in complete_tx()
86 using callback_t = void(boost::system::error_code, message_t&); typedef in sdbusplus::asio::connection87 using send_function = std::move_only_function<callback_t>;91 boost::asio::async_initiate<send_function, callback_t>( in async_send()178 using callback_t = std::move_only_function<void( in async_method_call_timed() typedef180 callback_t applyHandler = in async_method_call_timed()
91 sdbusplus::bus::match_t::callback_t&& callback) in addMatch()
259 const sdbusplus::bus::match_t::callback_t&));284 const sdbusplus::bus::match_t::callback_t& callback) in addMatch()