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

  /external/dbus/bus/
signals.h 81 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,
signals.c 1173 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,
1225 p = matchmaker->rules_by_type + message_type
2796 BusMatchmaker *matchmaker; local
    [all...]
bus.c 66 BusMatchmaker *matchmaker; member in struct:BusContext
836 context->matchmaker = bus_matchmaker_new ();
837 if (context->matchmaker == NULL)
1112 if (context->matchmaker)
1114 bus_matchmaker_unref (context->matchmaker);
1115 context->matchmaker = NULL;
1192 return context->matchmaker;
    [all...]
driver.c 958 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))
    [all...]
connection.c 192 BusMatchmaker *matchmaker; local
203 matchmaker = bus_context_get_matchmaker (d->connections->context);
204 bus_matchmaker_disconnected (matchmaker, connection);
    [all...]
dispatch.c 91 BusMatchmaker *matchmaker; local
137 matchmaker = bus_context_get_matchmaker (context);
140 if (!bus_matchmaker_get_recipients (matchmaker, connections,
    [all...]

Completed in 180 milliseconds