Home
last modified time | relevance | path

Searched refs:BusMatchmaker (Results 1 – 8 of 8) sorted by relevance

/external/dbus/bus/
Dsignals.h67 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,
Dbus.h45 typedef struct BusMatchmaker BusMatchmaker; typedef
87 BusMatchmaker* bus_context_get_matchmaker (BusContext *context);
Dsignals.c979 struct BusMatchmaker struct
986 BusMatchmaker* argument
989 BusMatchmaker *matchmaker; in bus_matchmaker_new()
991 matchmaker = dbus_new0 (BusMatchmaker, 1); in bus_matchmaker_new()
1000 BusMatchmaker *
1001 bus_matchmaker_ref (BusMatchmaker *matchmaker) in bus_matchmaker_ref()
1011 bus_matchmaker_unref (BusMatchmaker *matchmaker) in bus_matchmaker_unref()
1034 bus_matchmaker_add_rule (BusMatchmaker *matchmaker, in bus_matchmaker_add_rule()
1125 bus_matchmaker_remove_rule_link (BusMatchmaker *matchmaker, in bus_matchmaker_remove_rule_link()
1147 bus_matchmaker_remove_rule (BusMatchmaker *matchmaker, in bus_matchmaker_remove_rule()
[all …]
Dconnection.h52 BusMatchmaker* bus_connection_get_matchmaker (DBusConnection *connection);
Dbus.c54 BusMatchmaker *matchmaker;
1008 BusMatchmaker*
Ddriver.c822 BusMatchmaker *matchmaker; in bus_driver_handle_add_match()
890 BusMatchmaker *matchmaker; in bus_driver_handle_remove_match()
Dconnection.c171 BusMatchmaker *matchmaker; in bus_connection_disconnected()
1022 BusMatchmaker*
Ddispatch.c76 BusMatchmaker *matchmaker; in bus_dispatch_matches()