Home
last modified time | relevance | path

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

/systemd-251/src/login/
Dlogind-session-dbus.c383 …return sd_bus_error_set(error, BUS_ERROR_NOT_IN_CONTROL, "You are not in control of this session"); in method_release_control()
409 …return sd_bus_error_set(error, BUS_ERROR_NOT_IN_CONTROL, "You must be in control of this session t… in method_set_type()
434 …return sd_bus_error_set(error, BUS_ERROR_NOT_IN_CONTROL, "You are not in control of this session"); in method_take_device()
484 …return sd_bus_error_set(error, BUS_ERROR_NOT_IN_CONTROL, "You are not in control of this session"); in method_release_device()
515 …return sd_bus_error_set(error, BUS_ERROR_NOT_IN_CONTROL, "You are not in control of this session"); in method_pause_device_complete()
/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h51 #define BUS_ERROR_NOT_IN_CONTROL "org.freedesktop.login1.NotInControl" macro
Dbus-common-errors.c53 SD_BUS_ERROR_MAP(BUS_ERROR_NOT_IN_CONTROL, EINVAL),