Searched refs:matchmaker (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsignals.h81 BusMatchmaker* bus_matchmaker_ref (BusMatchmaker *matchmaker);
82 void bus_matchmaker_unref (BusMatchmaker *matchmaker);
84 dbus_bool_t bus_matchmaker_add_rule (BusMatchmaker *matchmaker,
86 dbus_bool_t bus_matchmaker_remove_rule_by_value (BusMatchmaker *matchmaker,
89 void bus_matchmaker_remove_rule (BusMatchmaker *matchmaker,
91 void bus_matchmaker_disconnected (BusMatchmaker *matchmaker,
93 dbus_bool_t bus_matchmaker_get_recipients (BusMatchmaker *matchmaker,
H A Dsignals.c1173 BusMatchmaker *matchmaker; local
1176 matchmaker = dbus_new0 (BusMatchmaker, 1);
1177 if (matchmaker == NULL)
1180 matchmaker->refcount = 1;
1184 RulePool *p = matchmaker->rules_by_type + i;
1193 return matchmaker;
1198 RulePool *p = matchmaker->rules_by_type + i;
1205 dbus_free (matchmaker);
1211 bus_matchmaker_get_rules (BusMatchmaker *matchmaker, argument
1225 p = matchmaker
1269 bus_matchmaker_gc_rules(BusMatchmaker *matchmaker, int message_type, const char *interface, DBusList **rules) argument
1294 bus_matchmaker_ref(BusMatchmaker *matchmaker) argument
1304 bus_matchmaker_unref(BusMatchmaker *matchmaker) argument
1327 bus_matchmaker_add_rule(BusMatchmaker *matchmaker, BusMatchRule *rule) argument
1464 bus_matchmaker_remove_rule(BusMatchmaker *matchmaker, BusMatchRule *rule) argument
1502 bus_matchmaker_remove_rule_by_value(BusMatchmaker *matchmaker, BusMatchRule *value, DBusError *error) argument
1598 bus_matchmaker_disconnected(BusMatchmaker *matchmaker, DBusConnection *connection) argument
1998 bus_matchmaker_get_recipients(BusMatchmaker *matchmaker, BusConnections *connections, DBusConnection *sender, DBusConnection *addressed_recipient, DBusMessage *message, DBusList **recipients_p) argument
2796 BusMatchmaker *matchmaker; local
[all...]
H A Dbus.c64 BusMatchmaker *matchmaker; member in struct:BusContext
831 context->matchmaker = bus_matchmaker_new ();
832 if (context->matchmaker == NULL)
1091 if (context->matchmaker)
1093 bus_matchmaker_unref (context->matchmaker);
1094 context->matchmaker = NULL;
1168 return context->matchmaker;
H A Ddriver.c958 BusMatchmaker *matchmaker; local
991 matchmaker = bus_connection_get_matchmaker (connection);
993 if (!bus_matchmaker_add_rule (matchmaker, rule))
1002 bus_matchmaker_remove_rule (matchmaker, rule);
1026 BusMatchmaker *matchmaker; local
1054 matchmaker = bus_connection_get_matchmaker (connection);
1056 if (!bus_matchmaker_remove_rule_by_value (matchmaker, rule, error))
H A Dconnection.c192 BusMatchmaker *matchmaker; local
203 matchmaker = bus_context_get_matchmaker (d->connections->context);
204 bus_matchmaker_disconnected (matchmaker, connection);
H A Ddispatch.c91 BusMatchmaker *matchmaker; local
137 matchmaker = bus_context_get_matchmaker (context);
140 if (!bus_matchmaker_get_recipients (matchmaker, connections,

Completed in 77 milliseconds