Searched refs:SchemaMap (Results 1 – 10 of 10) sorted by relevance
14 SchemaMap::SchemaMap() {} in SchemaMap() function in policy::SchemaMap16 SchemaMap::SchemaMap(DomainMap& map) { in SchemaMap() function in policy::SchemaMap20 SchemaMap::~SchemaMap() {} in ~SchemaMap()22 const DomainMap& SchemaMap::GetDomains() const { in GetDomains()26 const ComponentMap* SchemaMap::GetComponents(PolicyDomain domain) const { in GetComponents()31 const Schema* SchemaMap::GetSchema(const PolicyNamespace& ns) const { in GetSchema()39 void SchemaMap::FilterBundle(PolicyBundle* bundle) const { in FilterBundle()84 bool SchemaMap::HasComponents() const { in HasComponents()96 void SchemaMap::GetChanges(const scoped_refptr<SchemaMap>& older, in GetChanges()103 void SchemaMap::GetNamespacesNotInOther(const SchemaMap* other, in GetNamespacesNotInOther()
28 class POLICY_EXPORT SchemaMap : public base::RefCountedThreadSafe<SchemaMap> {30 SchemaMap();33 explicit SchemaMap(DomainMap& map);49 void GetChanges(const scoped_refptr<SchemaMap>& older,54 friend class base::RefCountedThreadSafe<SchemaMap>;56 void GetNamespacesNotInOther(const SchemaMap* other,59 ~SchemaMap();63 DISALLOW_COPY_AND_ASSIGN(SchemaMap);
57 scoped_refptr<SchemaMap> CreateTestMap() { in CreateTestMap()67 return new SchemaMap(domain_map); in CreateTestMap()72 scoped_refptr<SchemaMap> map = new SchemaMap(); in TEST_F()81 scoped_refptr<SchemaMap> map = new SchemaMap(); in TEST_F()90 map = new SchemaMap(domain_map); in TEST_F()95 map = new SchemaMap(domain_map); in TEST_F()100 scoped_refptr<SchemaMap> map = CreateTestMap(); in TEST_F()133 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); in TEST_F()231 scoped_refptr<SchemaMap> schema_map = new SchemaMap(domain_map); in TEST_F()279 scoped_refptr<SchemaMap> older = new SchemaMap(map); in TEST_F()[all …]
63 const scoped_refptr<SchemaMap>& schemas);76 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } in schema_map()89 void RefreshPolicies(scoped_refptr<SchemaMap> schema_map);116 scoped_refptr<SchemaMap> schema_map_;
16 SchemaRegistry::SchemaRegistry() : schema_map_(new SchemaMap) { in SchemaRegistry()51 schema_map_ = new SchemaMap(map); in RegisterComponents()59 schema_map_ = new SchemaMap(map); in UnregisterComponent()125 : own_schema_map_(new SchemaMap) { in CombinedSchemaRegistry()154 own_schema_map_ = new SchemaMap(map); in RegisterComponents()162 own_schema_map_ = new SchemaMap(map); in UnregisterComponent()213 schema_map_ = new SchemaMap(map); in Combine()
22 class SchemaMap; variable59 const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; } in schema_map()96 scoped_refptr<SchemaMap> schema_map_;132 scoped_refptr<SchemaMap> own_schema_map_;
69 const scoped_refptr<SchemaMap>& schema_map) { in InitialLoad()98 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) { in RefreshPolicies()
54 bool SchemaMapEquals(const scoped_refptr<SchemaMap>& schema_map1, in SchemaMapEquals()55 const scoped_refptr<SchemaMap>& schema_map2) { in SchemaMapEquals()296 scoped_refptr<SchemaMap> schema_map = registry->schema_map(); in TEST()
86 const scoped_refptr<SchemaMap>& schema_map() const;
57 const scoped_refptr<SchemaMap>&