Home
last modified time | relevance | path

Searched refs:SchemaMap (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/components/policy/core/common/
Dschema_map.cc14 SchemaMap::SchemaMap() {} in SchemaMap() function in policy::SchemaMap
16 SchemaMap::SchemaMap(DomainMap& map) { in SchemaMap() function in policy::SchemaMap
20 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()
Dschema_map.h28 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);
Dschema_map_unittest.cc57 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 …]
Dasync_policy_loader.h63 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_;
Dschema_registry.cc16 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()
Dschema_registry.h22 class SchemaMap; variable
59 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_;
Dasync_policy_loader.cc69 const scoped_refptr<SchemaMap>& schema_map) { in InitialLoad()
98 void AsyncPolicyLoader::RefreshPolicies(scoped_refptr<SchemaMap> schema_map) { in RefreshPolicies()
Dschema_registry_unittest.cc54 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()
Dconfiguration_policy_provider.h86 const scoped_refptr<SchemaMap>& schema_map() const;
Dconfiguration_policy_provider.cc57 const scoped_refptr<SchemaMap>&