Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h14 #define BUS_ERROR_NOT_SUBSCRIBED "org.freedesktop.systemd1.NotSubscribed" macro
Dbus-common-errors.c19 SD_BUS_ERROR_MAP(BUS_ERROR_NOT_SUBSCRIBED, EINVAL),
/systemd-251/src/core/
Ddbus-manager.c1366 … return sd_bus_error_set(error, BUS_ERROR_NOT_SUBSCRIBED, "Client is not subscribed."); in method_unsubscribe()