OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BusMatchRule
(Results
1 - 6
of
6
) sorted by null
/external/dbus/bus/
signals.h
43
BusMatchRule
* bus_match_rule_new (DBusConnection *matches_go_to);
44
BusMatchRule
* bus_match_rule_ref (
BusMatchRule
*rule);
45
void bus_match_rule_unref (
BusMatchRule
*rule);
47
dbus_bool_t bus_match_rule_set_message_type (
BusMatchRule
*rule,
49
dbus_bool_t bus_match_rule_set_interface (
BusMatchRule
*rule,
51
dbus_bool_t bus_match_rule_set_member (
BusMatchRule
*rule,
53
dbus_bool_t bus_match_rule_set_sender (
BusMatchRule
*rule,
55
dbus_bool_t bus_match_rule_set_destination (
BusMatchRule
*rule,
57
dbus_bool_t bus_match_rule_set_path (
BusMatchRule
*rule
[
all
...]
signals.c
30
struct
BusMatchRule
52
BusMatchRule
*
55
BusMatchRule
*rule;
57
rule = dbus_new0 (
BusMatchRule
, 1);
71
BusMatchRule
*
72
bus_match_rule_ref (
BusMatchRule
*rule)
82
bus_match_rule_unref (
BusMatchRule
*rule)
123
match_rule_to_string (
BusMatchRule
*rule)
253
bus_match_rule_set_message_type (
BusMatchRule
*rule,
264
bus_match_rule_set_interface (
BusMatchRule
*rule
[
all
...]
bus.h
45
typedef struct
BusMatchRule
BusMatchRule
;
connection.h
84
BusMatchRule
*rule);
88
BusMatchRule
*rule);
driver.c
951
BusMatchRule
*rule;
1019
BusMatchRule
*rule;
[
all
...]
connection.c
[
all
...]
Completed in 32 milliseconds