Home
last modified time | relevance | path

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

/external/dbus/bus/
Dsignals.c1791 dbus_bool_t msg_is_broadcast; in match_rule_matches() local
1795 msg_is_broadcast = (dbus_message_get_destination (message) == NULL); in match_rule_matches()
1797 if (!wants_to_eavesdrop && !msg_is_broadcast) in match_rule_matches()