Searched refs:OnSchemaRegistryUpdated (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/components/policy/core/common/ |
D | schema_registry_unittest.cc | 50 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 …]
|
D | schema_registry.h | 37 virtual void OnSchemaRegistryUpdated(bool has_new_schemas) = 0; 123 void OnSchemaRegistryUpdated(bool has_new_schemas) override; 154 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
|
D | schema_registry.cc | 121 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
|
D | schema_registry_tracking_policy_provider.h | 72 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
|
D | configuration_policy_provider.h | 75 void OnSchemaRegistryUpdated(bool has_new_schemas) override;
|
D | configuration_policy_provider.cc | 70 void ConfigurationPolicyProvider::OnSchemaRegistryUpdated( in OnSchemaRegistryUpdated() function in policy::ConfigurationPolicyProvider
|
D | schema_registry_tracking_policy_provider.cc | 64 void SchemaRegistryTrackingPolicyProvider::OnSchemaRegistryUpdated( in OnSchemaRegistryUpdated() function in policy::SchemaRegistryTrackingPolicyProvider
|