Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp61 struct callback_operation struct
66 callback_operation(Init&& init, R&& r) : in callback_operation() function
72 static int handler(sd_bus_message* m, void* cb, sd_bus_error* e) noexcept in handler()
103 void start() noexcept in start()
120 Init init;
121 R receiver;