Home
last modified time | relevance | path

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

/external/dbus/bus/
Dpolicy.h46 struct BusPolicyRule struct
108 BusPolicyRule* bus_policy_rule_new (BusPolicyRuleType type, argument
110 BusPolicyRule* bus_policy_rule_ref (BusPolicyRule *rule);
111 void bus_policy_rule_unref (BusPolicyRule *rule);
124 BusPolicyRule *rule);
126 BusPolicyRule *rule);
129 BusPolicyRule *rule);
132 BusPolicyRule *rule);
135 BusPolicyRule *rule);
161 BusPolicyRule *rule);
Dpolicy.c33 BusPolicyRule*
37 BusPolicyRule *rule; in bus_policy_rule_new()
39 rule = dbus_new0 (BusPolicyRule, 1); in bus_policy_rule_new()
77 BusPolicyRule *
78 bus_policy_rule_ref (BusPolicyRule *rule) in bus_policy_rule_ref()
88 bus_policy_rule_unref (BusPolicyRule *rule) in bus_policy_rule_unref()
141 BusPolicyRule *rule = data; in free_rule_func()
247 BusPolicyRule *rule = link->data; in add_list_to_client()
391 BusPolicyRule *rule = link->data; in list_allows_user()
491 BusPolicyRule *rule) in bus_policy_append_default_rule()
[all …]
Dbus.h38 typedef struct BusPolicyRule BusPolicyRule; typedef
Dconfig-parser.c1161 BusPolicyRule *rule; in append_rule_from_element()