Searched defs:PolicyNamespace (Results 1 – 3 of 3) sorted by relevance
40 struct POLICY_EXPORT PolicyNamespace { struct46 PolicyNamespace& operator=(const PolicyNamespace& other); argument55 typedef std::vector<PolicyNamespace> PolicyNamespaceList; argument
11 PolicyNamespace::PolicyNamespace() {} in PolicyNamespace() function in policy::PolicyNamespace13 PolicyNamespace::PolicyNamespace(PolicyDomain domain, in PolicyNamespace() function in policy::PolicyNamespace18 PolicyNamespace::PolicyNamespace(const PolicyNamespace& other) in PolicyNamespace() function in policy::PolicyNamespace
79 void OnPolicyUpdated(const PolicyNamespace&, in OnPolicyUpdated()