Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/
H A Dvtable.hpp28 const char* result, sd_bus_message_handler_t handler,
42 sd_bus_message_handler_t handler, size_t offset,
135 const char* result, sd_bus_message_handler_t handler, in method()
143 sd_bus_message_handler_t handler, size_t offset, in method_o()
H A Dsdbus.hpp31 sd_bus_message_handler_t callback, void* userdata) = 0;
41 sd_bus_message_handler_t callback, void* userdata, uint64_t usec) = 0;
196 sd_bus_message_handler_t callback, in sd_bus_add_match()
214 sd_bus_message_handler_t callback, void* userdata, in sd_bus_call_async()
/openbmc/sdbusplus/src/bus/
H A Dmatch.cpp11 sd_bus_message_handler_t handler, void* context) in makeMatch()
23 sd_bus_message_handler_t handler, void* context) : in match()
/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp29 sd_bus_message_handler_t handler, void* context = nullptr);
31 sd_bus_message_handler_t handler, void* context = nullptr) : in match()
/openbmc/sdbusplus/include/sdbusplus/test/
H A Dsdbus_mock.hpp25 (sd_bus*, sd_bus_slot**, const char*, sd_bus_message_handler_t,
36 sd_bus_message_handler_t, void*, uint64_t),
/openbmc/sdbusplus/test/vtable/
H A Dvtable_c.c39 typedef int (*sd_bus_message_handler_t)(sd_bus_message* m, void* userdata, typedef
/openbmc/phosphor-host-postd/lpcsnoop/
H A Dsnoop_listen.hpp42 SnoopListen(sdbusplus::bus_t& busIn, sd_bus_message_handler_t handler) : in SnoopListen()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp18 std::is_invocable_r_v<int, Fn, sd_bus_message_handler_t, void*>;