Searched refs:BUS_ERROR_NOT_IN_CONTROL (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/login/ |
D | logind-session-dbus.c | 383 …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/ |
D | bus-common-errors.h | 51 #define BUS_ERROR_NOT_IN_CONTROL "org.freedesktop.login1.NotInControl" macro
|
D | bus-common-errors.c | 53 SD_BUS_ERROR_MAP(BUS_ERROR_NOT_IN_CONTROL, EINVAL),
|