Searched refs:OnEndpointCreated (Results 1 – 5 of 5) sorted by relevance
33 MOCK_METHOD1(OnEndpointCreated, void(const DnsSdInstanceEndpoint&));204 EXPECT_CALL(*cb, OnEndpointCreated(_)).Times(1); in CreateServiceInstance()269 EXPECT_CALL(callback2, OnEndpointCreated(_)).Times(1); in TEST_F()318 EXPECT_CALL(callback, OnEndpointCreated(_)) in TEST_F()377 EXPECT_CALL(callback, OnEndpointCreated(_)).Times(2); in TEST_F()412 EXPECT_CALL(callback, OnEndpointCreated(_)); in TEST_F()432 EXPECT_CALL(callback, OnEndpointCreated(_)); in TEST_F()592 EXPECT_CALL(callback, OnEndpointCreated(instance1)); in TEST_F()643 EXPECT_CALL(callback, OnEndpointCreated(instance3)); in TEST_F()
253 callback->OnEndpointCreated(endpoint.value()); in StartQuery()435 callback->OnEndpointCreated(endpoint); in InvokeChangeCallbacks()
24 virtual void OnEndpointCreated(
97 using DnsSdServiceWatcher<std::string>::OnEndpointCreated;129 watcher_.OnEndpointCreated(record); in CreateNewInstance()151 watcher_.OnEndpointCreated(record); in CreateExistingInstance()
143 void OnEndpointCreated(const DnsSdInstanceEndpoint& new_endpoint) override { in OnEndpointCreated() function