OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matches_go_to
(Results
1 - 2
of
2
) sorted by null
/external/dbus/bus/
signals.h
43
BusMatchRule* bus_match_rule_new (DBusConnection *
matches_go_to
);
63
BusMatchRule* bus_match_rule_parse (DBusConnection *
matches_go_to
,
signals.c
32
DBusConnection *
matches_go_to
; /**< Owner of the rule */
member in struct:BusMatchRule
48
bus_match_rule_new (DBusConnection *
matches_go_to
)
57
rule->
matches_go_to
=
matches_go_to
;
60
_dbus_assert (rule->
matches_go_to
!= NULL);
760
bus_match_rule_parse (DBusConnection *
matches_go_to
,
781
rule = bus_match_rule_new (
matches_go_to
);
1037
_dbus_assert (bus_connection_is_active (rule->
matches_go_to
));
1042
if (!bus_connection_add_match_rule (rule->
matches_go_to
, rule))
1055
s, rule->
matches_go_to
);
[
all
...]
Completed in 51 milliseconds