Home
last modified time | relevance | path

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

/external/openscreen/discovery/dnssd/public/
Ddns_sd_querier.h36 virtual void OnEndpointDeleted(
/external/openscreen/discovery/public/
Ddns_sd_service_watcher_unittest.cc99 using DnsSdServiceWatcher<std::string>::OnEndpointDeleted;
195 watcher_.OnEndpointDeleted(record); in DeleteExistingInstance()
225 watcher_.OnEndpointDeleted(record); in DeleteNonExistingInstance()
Ddns_sd_service_watcher.h178 void OnEndpointDeleted(const DnsSdInstanceEndpoint& old_endpoint) override { in OnEndpointDeleted() function
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl_unittest.cc35 MOCK_METHOD1(OnEndpointDeleted, void(const DnsSdInstanceEndpoint&));
382 EXPECT_CALL(callback, OnEndpointDeleted(_)).Times(2); in TEST_F()
416 EXPECT_CALL(callback, OnEndpointDeleted(_)); in TEST_F()
594 EXPECT_CALL(callback, OnEndpointDeleted(instance2)); in TEST_F()
645 EXPECT_CALL(callback, OnEndpointDeleted(instance2)); in TEST_F()
Dquerier_impl.cc441 callback->OnEndpointDeleted(endpoint); in InvokeChangeCallbacks()