Searched defs:test_match_scope (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-match.c77 static void test_match_scope(const char *match, enum bus_match_scope scope) { function
151 test_match_scope("interface='foobar'", BUS_MATCH_GENERIC);
152 test_match_scope("", BUS_MATCH_GENERIC);
153 test_match_scope("interface='org.freedesktop.DBus.Local'", BUS_MATCH_LOCAL);
154 test_match_scope("sender='org.freedesktop.DBus.Local'", BUS_MATCH_LOCAL);
155 test_match_scope("member='gurke',path='/org/freedesktop/DBus/Local'", BUS_MATCH_LOCAL);
156 test_match_scope("arg2='piep',sender='org.freedesktop.DBus',member='waldo'", BUS_MATCH_DRIVER);

Completed in 11 milliseconds