Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-match.c139 test_match_scope("interface='org.freedesktop.DBus.Local'", BUS_MATCH_LOCAL); in main()
140 test_match_scope("sender='org.freedesktop.DBus.Local'", BUS_MATCH_LOCAL); in main()
141 test_match_scope("member='gurke',path='/org/freedesktop/DBus/Local'", BUS_MATCH_LOCAL); in main()
Dbus-match.h62 BUS_MATCH_LOCAL, enumerator
Dbus-match.c1060 return BUS_MATCH_LOCAL; in bus_match_get_scope()
1067 return BUS_MATCH_LOCAL; in bus_match_get_scope()
1070 return BUS_MATCH_LOCAL; in bus_match_get_scope()
Dsd-bus.c3515 if (scope != BUS_MATCH_LOCAL) { in bus_add_match_full()