Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomed-home-bus.h16 int bus_home_method_remove(sd_bus_message *message, void *userdata, sd_bus_error *error);
Dhomed-home-bus.c281 int bus_home_method_remove( in bus_home_method_remove() function
812 SD_BUS_METHOD("Remove", NULL, NULL, bus_home_method_remove, SD_BUS_VTABLE_UNPRIVILEGED),
Dhomed-manager-bus.c495 return generic_home_method(userdata, message, bus_home_method_remove, error); in method_remove_home()