Searched refs:BusMatchRule (Results 1 – 6 of 6) sorted by relevance
/external/dbus/bus/ |
D | signals.h | 45 BusMatchRule* bus_match_rule_new (DBusConnection *matches_go_to); 46 BusMatchRule* bus_match_rule_ref (BusMatchRule *rule); 47 void bus_match_rule_unref (BusMatchRule *rule); 49 dbus_bool_t bus_match_rule_set_message_type (BusMatchRule *rule, 51 dbus_bool_t bus_match_rule_set_interface (BusMatchRule *rule, 53 dbus_bool_t bus_match_rule_set_member (BusMatchRule *rule, 55 dbus_bool_t bus_match_rule_set_sender (BusMatchRule *rule, 57 dbus_bool_t bus_match_rule_set_destination (BusMatchRule *rule, 59 dbus_bool_t bus_match_rule_set_path (BusMatchRule *rule, 62 dbus_bool_t bus_match_rule_set_arg (BusMatchRule *rule, [all …]
|
D | signals.c | 30 struct BusMatchRule struct 55 BusMatchRule* argument 58 BusMatchRule *rule; in bus_match_rule_new() 60 rule = dbus_new0 (BusMatchRule, 1); in bus_match_rule_new() 74 BusMatchRule * 75 bus_match_rule_ref (BusMatchRule *rule) in bus_match_rule_ref() 85 bus_match_rule_unref (BusMatchRule *rule) in bus_match_rule_unref() 126 match_rule_to_string (BusMatchRule *rule) in match_rule_to_string() 285 bus_match_rule_set_message_type (BusMatchRule *rule, in bus_match_rule_set_message_type() 296 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 | 955 BusMatchRule *rule; in bus_driver_handle_add_match() 1023 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()
|