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
104 BusPolicyRule* bus_policy_rule_new (BusPolicyRuleType type, argument
106 BusPolicyRule* bus_policy_rule_ref (BusPolicyRule *rule);
107 void bus_policy_rule_unref (BusPolicyRule *rule);
119 BusPolicyRule *rule);
121 BusPolicyRule *rule);
124 BusPolicyRule *rule);
127 BusPolicyRule *rule);
130 BusPolicyRule *rule);
154 BusPolicyRule *rule);
Dpolicy.c32 BusPolicyRule*
36 BusPolicyRule *rule; in bus_policy_rule_new()
38 rule = dbus_new0 (BusPolicyRule, 1); in bus_policy_rule_new()
76 BusPolicyRule *
77 bus_policy_rule_ref (BusPolicyRule *rule) in bus_policy_rule_ref()
87 bus_policy_rule_unref (BusPolicyRule *rule) in bus_policy_rule_unref()
140 BusPolicyRule *rule = data; in free_rule_func()
246 BusPolicyRule *rule = link->data; in add_list_to_client()
394 BusPolicyRule *rule = link->data; in list_allows_user()
479 BusPolicyRule *rule) in bus_policy_append_default_rule()
[all …]
Dbus.h39 typedef struct BusPolicyRule BusPolicyRule; typedef
Dconfig-parser.c1109 BusPolicyRule *rule; in append_rule_from_element()