Searched refs:BUS_ERROR_NOT_YOUR_DEVICE (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-common-errors.h | 57 #define BUS_ERROR_NOT_YOUR_DEVICE "org.freedesktop.login1.NotYourDevice" macro
|
D | bus-common-errors.c | 59 SD_BUS_ERROR_MAP(BUS_ERROR_NOT_YOUR_DEVICE, EPERM),
|
/systemd-251/src/login/ |
D | logind-session-dbus.c | 549 … return sd_bus_error_set(error, BUS_ERROR_NOT_YOUR_DEVICE, "Your session has no seat, refusing."); in method_set_brightness() 551 …return sd_bus_error_set(error, BUS_ERROR_NOT_YOUR_DEVICE, "Session is not in foreground, refusing.… in method_set_brightness() 569 …return sd_bus_error_setf(error, BUS_ERROR_NOT_YOUR_DEVICE, "Device %s:%s does not belong to your s… in method_set_brightness()
|