Home
last modified time | relevance | path

Searched refs:OnSchemaRegistryUpdated (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/components/policy/core/common/
Dschema_registry_unittest.cc50 MOCK_METHOD1(OnSchemaRegistryUpdated, void(bool));
77 EXPECT_CALL(observer, OnSchemaRegistryUpdated(true)); in TEST()
84 EXPECT_CALL(observer, OnSchemaRegistryUpdated(true)); in TEST()
92 EXPECT_CALL(observer, OnSchemaRegistryUpdated(false)); in TEST()
105 EXPECT_CALL(observer, OnSchemaRegistryUpdated(true)); in TEST()
150 EXPECT_CALL(observer, OnSchemaRegistryUpdated(_)).Times(0); in TEST()
157 EXPECT_CALL(observer, OnSchemaRegistryUpdated(true)); in TEST()
162 EXPECT_CALL(observer, OnSchemaRegistryUpdated(_)).Times(0); in TEST()
168 EXPECT_CALL(observer, OnSchemaRegistryUpdated(true)); in TEST()
174 EXPECT_CALL(observer, OnSchemaRegistryUpdated(true)); in TEST()
[all …]
Dschema_registry.h37 virtual void OnSchemaRegistryUpdated(bool has_new_schemas) = 0;
123 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
154 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
Dschema_registry.cc121 observer.OnSchemaRegistryUpdated(has_new_schemas); in Notify()
169 void CombinedSchemaRegistry::OnSchemaRegistryUpdated(bool has_new_schemas) { in OnSchemaRegistryUpdated() function in policy::CombinedSchemaRegistry
251 void ForwardingSchemaRegistry::OnSchemaRegistryUpdated(bool has_new_schemas) { in OnSchemaRegistryUpdated() function in policy::ForwardingSchemaRegistry
Dschema_registry_tracking_policy_provider.h72 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
Dconfiguration_policy_provider.h75 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
Dconfiguration_policy_provider.cc70 void ConfigurationPolicyProvider::OnSchemaRegistryUpdated( in OnSchemaRegistryUpdated() function in policy::ConfigurationPolicyProvider
Dschema_registry_tracking_policy_provider.cc64 void SchemaRegistryTrackingPolicyProvider::OnSchemaRegistryUpdated( in OnSchemaRegistryUpdated() function in policy::SchemaRegistryTrackingPolicyProvider