Home
last modified time | relevance | path

Searched refs:BUS_MESSAGE_ALLOW_INTERACTIVE_AUTHORIZATION (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dbus-protocol.h59 BUS_MESSAGE_ALLOW_INTERACTIVE_AUTHORIZATION = 1 << 2, enumerator
Dbus-message.c606 t->header->flags |= BUS_MESSAGE_ALLOW_INTERACTIVE_AUTHORIZATION; in sd_bus_message_new()
1034 (m->header->flags & BUS_MESSAGE_ALLOW_INTERACTIVE_AUTHORIZATION); in sd_bus_message_get_allow_interactive_authorization()
1191 SET_FLAG(m->header->flags, BUS_MESSAGE_ALLOW_INTERACTIVE_AUTHORIZATION, b); in sd_bus_message_set_allow_interactive_authorization()