Home
last modified time | relevance | path

Searched refs:OnEndpointUpdated (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/discovery/dnssd/public/
Ddns_sd_querier.h30 virtual void OnEndpointUpdated(
/external/openscreen/discovery/public/
Ddns_sd_service_watcher_unittest.cc98 using DnsSdServiceWatcher<std::string>::OnEndpointUpdated;
173 watcher_.OnEndpointUpdated(record); in UpdateExistingInstance()
209 watcher_.OnEndpointUpdated(record); in UpdateNonExistingInstance()
Ddns_sd_service_watcher.h157 void OnEndpointUpdated( in OnEndpointUpdated() function
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl_unittest.cc34 MOCK_METHOD1(OnEndpointUpdated, void(const DnsSdInstanceEndpoint&));
326 EXPECT_CALL(callback, OnEndpointUpdated(_)) in TEST_F()
593 EXPECT_CALL(callback, OnEndpointUpdated(instance5)); in TEST_F()
644 EXPECT_CALL(callback, OnEndpointUpdated(instance5)); in TEST_F()
Dquerier_impl.cc438 callback->OnEndpointUpdated(endpoint); in InvokeChangeCallbacks()