Searched refs:BusMatchRule (Results 1 – 6 of 6) sorted by relevance
/external/dbus/bus/ |
D | signals.h | 43 BusMatchRule* bus_match_rule_new (DBusConnection *matches_go_to); 44 BusMatchRule* bus_match_rule_ref (BusMatchRule *rule); 45 void bus_match_rule_unref (BusMatchRule *rule); 47 dbus_bool_t bus_match_rule_set_message_type (BusMatchRule *rule, 49 dbus_bool_t bus_match_rule_set_interface (BusMatchRule *rule, 51 dbus_bool_t bus_match_rule_set_member (BusMatchRule *rule, 53 dbus_bool_t bus_match_rule_set_sender (BusMatchRule *rule, 55 dbus_bool_t bus_match_rule_set_destination (BusMatchRule *rule, 57 dbus_bool_t bus_match_rule_set_path (BusMatchRule *rule, 59 dbus_bool_t bus_match_rule_set_arg (BusMatchRule *rule, [all …]
|
D | signals.c | 30 struct BusMatchRule struct 52 BusMatchRule* argument 55 BusMatchRule *rule; in bus_match_rule_new() 57 rule = dbus_new0 (BusMatchRule, 1); in bus_match_rule_new() 71 BusMatchRule * 72 bus_match_rule_ref (BusMatchRule *rule) in bus_match_rule_ref() 82 bus_match_rule_unref (BusMatchRule *rule) in bus_match_rule_unref() 123 match_rule_to_string (BusMatchRule *rule) in match_rule_to_string() 253 bus_match_rule_set_message_type (BusMatchRule *rule, in bus_match_rule_set_message_type() 264 bus_match_rule_set_interface (BusMatchRule *rule, in bus_match_rule_set_interface() [all …]
|
D | bus.h | 45 typedef struct BusMatchRule BusMatchRule; typedef
|
D | connection.h | 84 BusMatchRule *rule); 88 BusMatchRule *rule);
|
D | driver.c | 951 BusMatchRule *rule; in bus_driver_handle_add_match() 1019 BusMatchRule *rule; in bus_driver_handle_remove_match()
|
D | connection.c | 1240 BusMatchRule *rule) in bus_connection_add_match_rule() 1256 BusMatchRule *rule) in bus_connection_remove_match_rule()
|