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

  /external/dbus/bus/
signals.h 67 BusMatchmaker* bus_matchmaker_new (void);
68 BusMatchmaker* bus_matchmaker_ref (BusMatchmaker *matchmaker);
69 void bus_matchmaker_unref (BusMatchmaker *matchmaker);
71 dbus_bool_t bus_matchmaker_add_rule (BusMatchmaker *matchmaker,
73 dbus_bool_t bus_matchmaker_remove_rule_by_value (BusMatchmaker *matchmaker,
76 void bus_matchmaker_remove_rule (BusMatchmaker *matchmaker,
78 void bus_matchmaker_disconnected (BusMatchmaker *matchmaker,
80 dbus_bool_t bus_matchmaker_get_recipients (BusMatchmaker *matchmaker,
bus.h 45 typedef struct BusMatchmaker BusMatchmaker;
87 BusMatchmaker* bus_context_get_matchmaker (BusContext *context);
signals.c 979 struct BusMatchmaker
986 BusMatchmaker*
989 BusMatchmaker *matchmaker;
991 matchmaker = dbus_new0 (BusMatchmaker, 1);
1000 BusMatchmaker *
1001 bus_matchmaker_ref (BusMatchmaker *matchmaker)
1011 bus_matchmaker_unref (BusMatchmaker *matchmaker)
1034 bus_matchmaker_add_rule (BusMatchmaker *matchmaker,
1125 bus_matchmaker_remove_rule_link (BusMatchmaker *matchmaker,
1147 bus_matchmaker_remove_rule (BusMatchmaker *matchmaker
    [all...]
connection.h 52 BusMatchmaker* bus_connection_get_matchmaker (DBusConnection *connection);
bus.c 54 BusMatchmaker *matchmaker;
1008 BusMatchmaker*
    [all...]
driver.c 822 BusMatchmaker *matchmaker;
890 BusMatchmaker *matchmaker;
    [all...]
connection.c 171 BusMatchmaker *matchmaker;
1022 BusMatchmaker*
    [all...]
dispatch.c 76 BusMatchmaker *matchmaker;
    [all...]

Completed in 246 milliseconds