Home
last modified time | relevance | path

Searched refs:BUS_MATCH_GENERIC (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-match.c137 test_match_scope("interface='foobar'", BUS_MATCH_GENERIC); in main()
138 test_match_scope("", BUS_MATCH_GENERIC); in main()
Dbus-match.h61 BUS_MATCH_GENERIC, enumerator
Dbus-match.c1045 return BUS_MATCH_GENERIC; in bus_match_get_scope()
1073 return found_driver ? BUS_MATCH_DRIVER : BUS_MATCH_GENERIC; in bus_match_get_scope()