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

  /external/dbus/bus/
signals.h 68 BusMatchmaker* bus_matchmaker_new (void);
69 BusMatchmaker* bus_matchmaker_ref (BusMatchmaker *matchmaker);
70 void bus_matchmaker_unref (BusMatchmaker *matchmaker);
72 dbus_bool_t bus_matchmaker_add_rule (BusMatchmaker *matchmaker,
74 dbus_bool_t bus_matchmaker_remove_rule_by_value (BusMatchmaker *matchmaker,
77 void bus_matchmaker_remove_rule (BusMatchmaker *matchmaker,
79 void bus_matchmaker_disconnected (BusMatchmaker *matchmaker,
81 dbus_bool_t bus_matchmaker_get_recipients (BusMatchmaker *matchmaker,
bus.h 44 typedef struct BusMatchmaker BusMatchmaker;
95 BusMatchmaker* bus_context_get_matchmaker (BusContext *context);
signals.c 1033 struct BusMatchmaker
1070 BusMatchmaker*
1073 BusMatchmaker *matchmaker;
1076 matchmaker = dbus_new0 (BusMatchmaker, 1);
1110 bus_matchmaker_get_rules (BusMatchmaker *matchmaker,
1168 bus_matchmaker_gc_rules (BusMatchmaker *matchmaker,
1192 BusMatchmaker *
1193 bus_matchmaker_ref (BusMatchmaker *matchmaker)
1203 bus_matchmaker_unref (BusMatchmaker *matchmaker)
1226 bus_matchmaker_add_rule (BusMatchmaker *matchmaker
    [all...]
connection.h 52 BusMatchmaker* bus_connection_get_matchmaker (DBusConnection *connection);
bus.c 62 BusMatchmaker *matchmaker;
1160 BusMatchmaker*
    [all...]
driver.c 954 BusMatchmaker *matchmaker;
1022 BusMatchmaker *matchmaker;
    [all...]
connection.c 177 BusMatchmaker *matchmaker;
1105 BusMatchmaker*
    [all...]
dispatch.c 98 BusMatchmaker *matchmaker;
    [all...]

Completed in 935 milliseconds