Home
last modified time | relevance | path

Searched refs:bus_open_system_watch_bind_with_description (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/shared/
Dbus-util.h56 int bus_open_system_watch_bind_with_description(sd_bus **ret, const char *description);
58 return bus_open_system_watch_bind_with_description(ret, NULL); in bus_open_system_watch_bind()
Dbus-util.c509 int bus_open_system_watch_bind_with_description(sd_bus **ret, const char *description) { in bus_open_system_watch_bind_with_description() function
/systemd-251/src/test/
Dtest-bus-util.c24 r = bus_open_system_watch_bind_with_description(&bus, "test-bus"); in TEST()
/systemd-251/src/timesync/
Dtimesyncd-bus.c247 r = bus_open_system_watch_bind_with_description(&m->bus, "bus-api-timesync"); in manager_connect_bus()
/systemd-251/src/oom/
Doomd-manager.c679 r = bus_open_system_watch_bind_with_description(&m->bus, "bus-api-oom"); in manager_connect_bus()
/systemd-251/src/network/
Dnetworkd-manager.c126 r = bus_open_system_watch_bind_with_description(&m->bus, "bus-api-network"); in manager_connect_bus()
/systemd-251/src/resolve/
Dresolved-bus.c2285 r = bus_open_system_watch_bind_with_description(&m->bus, "bus-api-resolve"); in manager_connect_bus()