Searched refs:bus_match_run (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-match.h82 int bus_match_run(sd_bus *bus, struct bus_match_node *root, sd_bus_message *m);
H A Dtest-bus-match.c127 assert_se(bus_match_run(NULL, &root, m) == 0);
136 assert_se(bus_match_run(NULL, &root, m) == 0);
H A Dbus-match.c258 int bus_match_run( function
277 * usually let bus_match_run() when called for a node
278 * recursively invoke bus_match_run(). There's are two
291 return bus_match_run(bus, node->child, m);
301 return bus_match_run(bus, node->child, m);
342 return bus_match_run(bus, node->next, m);
403 r = bus_match_run(bus, found, m);
416 r = bus_match_run(bus, found, m);
429 r = bus_match_run(bus, c, m);
439 return bus_match_run(bu
[all...]
H A Dsd-bus.c2441 r = bus_match_run(bus, &bus->match_callbacks, m);

Completed in 110 milliseconds