Home
last modified time | relevance | path

Searched refs:bus_match_remove (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-match.c116 assert_se(bus_match_remove(&root, &slots[8].match_callback) >= 0); in main()
117 assert_se(bus_match_remove(&root, &slots[13].match_callback) >= 0); in main()
Dbus-match.h69 int bus_match_remove(struct bus_match_node *root, struct match_callback *callback);
Dbus-slot.c76 bus_match_remove(&slot->bus->match_callbacks, &slot->match_callback); in bus_slot_disconnect()
Dbus-match.c906 int bus_match_remove( in bus_match_remove() function