Home
last modified time | relevance | path

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

/systemd-251/src/core/
Ddbus-unit.h25 int bus_unit_method_ref(sd_bus_message *message, void *userdata, sd_bus_error *error);
Ddbus-unit.c635 int bus_unit_method_ref(sd_bus_message *message, void *userdata, sd_bus_error *error) { in bus_unit_method_ref() function
1012 bus_unit_method_ref,
Ddbus-manager.c850 …return method_generic_unit_operation(message, userdata, error, bus_unit_method_ref, GENERIC_UNIT_L… in method_ref_unit()