HomeSort by relevance Sort by last modified time
    Searched refs:BusMatchRule (Results 1 - 6 of 6) sorted by null

  /external/dbus/bus/
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
    [all...]
signals.c 28 struct BusMatchRule
47 BusMatchRule*
50 BusMatchRule *rule;
52 rule = dbus_new0 (BusMatchRule, 1);
66 BusMatchRule *
67 bus_match_rule_ref (BusMatchRule *rule)
77 bus_match_rule_unref (BusMatchRule *rule)
117 match_rule_to_string (BusMatchRule *rule)
243 bus_match_rule_set_message_type (BusMatchRule *rule,
254 bus_match_rule_set_interface (BusMatchRule *rule
    [all...]
bus.h 46 typedef struct BusMatchRule BusMatchRule;
connection.h 83 BusMatchRule *rule);
87 BusMatchRule *rule);
driver.c 819 BusMatchRule *rule;
887 BusMatchRule *rule;
    [all...]
connection.c     [all...]

Completed in 660 milliseconds