Home
last modified time | relevance | path

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

/external/dbus/bus/
Dpolicy.c954 dbus_bool_t no_interface; in bus_client_policy_check_can_send() local
956 no_interface = dbus_message_get_interface (message) == NULL; in bus_client_policy_check_can_send()
958 if ((no_interface && rule->allow) || in bus_client_policy_check_can_send()
959 (!no_interface && in bus_client_policy_check_can_send()
1154 dbus_bool_t no_interface; in bus_client_policy_check_can_receive() local
1156 no_interface = dbus_message_get_interface (message) == NULL; in bus_client_policy_check_can_receive()
1158 if ((no_interface && rule->allow) || in bus_client_policy_check_can_receive()
1159 (!no_interface && in bus_client_policy_check_can_receive()