Searched refs:OnSchemaRegistryReady (Results 1 – 7 of 7) sorted by relevance
51 MOCK_METHOD0(OnSchemaRegistryReady, void());119 EXPECT_CALL(observer, OnSchemaRegistryReady()).Times(0); in TEST()124 EXPECT_CALL(observer, OnSchemaRegistryReady()); in TEST()128 EXPECT_CALL(observer, OnSchemaRegistryReady()).Times(0); in TEST()281 EXPECT_CALL(observer, OnSchemaRegistryReady()); in TEST()
29 OnSchemaRegistryReady(); in Init()44 void SchemaRegistryTrackingPolicyProvider::OnSchemaRegistryReady() { in OnSchemaRegistryReady() function in policy::SchemaRegistryTrackingPolicyProvider
40 virtual void OnSchemaRegistryReady() {} in OnSchemaRegistryReady() function155 void OnSchemaRegistryReady() override;
71 void OnSchemaRegistryReady() override;
76 void OnSchemaRegistryReady() override;
73 void ConfigurationPolicyProvider::OnSchemaRegistryReady() {} in OnSchemaRegistryReady() function in policy::ConfigurationPolicyProvider
82 observer.OnSchemaRegistryReady(); in SetDomainReady()257 void ForwardingSchemaRegistry::OnSchemaRegistryReady() { in OnSchemaRegistryReady() function in policy::ForwardingSchemaRegistry