Searched refs:sd_bus_attach_event (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-objmgr/libmapper/ |
H A D | app.c | 70 r = sd_bus_attach_event(conn, loop, SD_EVENT_PRIORITY_NORMAL); in wait_main() 165 r = sd_bus_attach_event(conn, loop, SD_EVENT_PRIORITY_NORMAL); in subtree_main()
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | sdbus.hpp | 33 virtual int sd_bus_attach_event(sd_bus* bus, sd_event* e, int priority) = 0; 200 int sd_bus_attach_event(sd_bus* bus, sd_event* e, int priority) override in sd_bus_attach_event() function in sdbusplus::SdBusImpl 202 return ::sd_bus_attach_event(bus, e, priority); in sd_bus_attach_event()
|
H A D | bus.hpp | 423 _intf->sd_bus_attach_event(_bus.get(), event, priority); in attach_event()
|
/openbmc/skeleton/op-pwrctl/pgood_wait/ |
H A D | pgood_wait.c | 219 r = sd_bus_attach_event(conn, loop, SD_EVENT_PRIORITY_NORMAL); in main()
|
/openbmc/sdbusplus/include/sdbusplus/test/ |
H A D | sdbus_mock.hpp | 28 MOCK_METHOD(int, sd_bus_attach_event, (sd_bus*, sd_event*, int),
|