Searched refs:BusPolicyRule (Results 1 - 4 of 4) sorted by relevance

/external/dbus/bus/
H A Dpolicy.h46 struct BusPolicyRule struct
106 BusPolicyRule* bus_policy_rule_new (BusPolicyRuleType type,
108 BusPolicyRule* bus_policy_rule_ref (BusPolicyRule *rule);
109 void bus_policy_rule_unref (BusPolicyRule *rule);
122 BusPolicyRule *rule);
124 BusPolicyRule *rule);
127 BusPolicyRule *rule);
130 BusPolicyRule *rule);
133 BusPolicyRule *rul
[all...]
H A Dpolicy.c33 BusPolicyRule*
37 BusPolicyRule *rule;
39 rule = dbus_new0 (BusPolicyRule, 1);
77 BusPolicyRule *
78 bus_policy_rule_ref (BusPolicyRule *rule)
88 bus_policy_rule_unref (BusPolicyRule *rule)
141 BusPolicyRule *rule = data;
247 BusPolicyRule *rule = link->data;
391 BusPolicyRule *rule = link->data;
491 BusPolicyRule *rul
[all...]
H A Dbus.h38 typedef struct BusPolicyRule BusPolicyRule; typedef in typeref:struct:BusPolicyRule
H A Dconfig-parser.c1159 BusPolicyRule *rule;
1325 /* In BusPolicyRule, NULL represents wildcard.

Completed in 64 milliseconds