Searched refs:sd_bus_add_match_async (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-track.c | 231 r = sd_bus_add_match_async(track->bus, &n->slot, match, on_name_owner_changed, NULL, track); in sd_bus_track_add_name()
|
D | bus-convenience.c | 794 return sd_bus_add_match_async(bus, ret, expression, callback, install_callback, userdata); in sd_bus_match_signal_async()
|
D | sd-bus.c | 3574 _public_ int sd_bus_add_match_async( in sd_bus_add_match_async() function
|
/systemd-251/src/shared/ |
D | bus-util.c | 83 r = sd_bus_add_match_async(bus, NULL, match, name_owner_change_callback, NULL, e); in bus_async_unregister_and_exit()
|
/systemd-251/src/libsystemd/ |
D | libsystemd.sym | 538 sd_bus_add_match_async;
|
/systemd-251/man/rules/ |
D | meson.build | 147 ['sd_bus_add_match_async',
|
/systemd-251/src/systemd/ |
D | sd-bus.h | 231 int sd_bus_add_match_async(sd_bus *bus, sd_bus_slot **slot, const char *match, sd_bus_message_handl…
|
/systemd-251/src/machine/ |
D | machinectl.c | 1329 r = sd_bus_add_match_async(bus, &slot, match, on_machine_removed, NULL, &forward); in login_machine() 1393 r = sd_bus_add_match_async(bus, &slot, match, on_machine_removed, NULL, &forward); in shell_machine()
|
/systemd-251/src/core/ |
D | unit.c | 3499 … r = sd_bus_add_match_async(bus, &u->match_bus_slot, match, signal_name_owner_changed, NULL, u); in unit_install_bus_match()
|
/systemd-251/ |
D | NEWS | 6383 names. Similar, there is now sd_bus_add_match_async() for installing 6393 and sd_bus_add_match_async() but instead of taking a D-Bus match
|