Home
last modified time | relevance | path

Searched refs:StartDiscovery (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/cast/common/discovery/e2e_test/
Dtests.cc172 void StartDiscovery() { in StartDiscovery() function in openscreen::cast::__anon4229f8210111::DiscoveryE2ETest
174 task_runner_->PostTask([this]() { receiver_->StartDiscovery(); }); in StartDiscovery()
344 StartDiscovery(); in TEST_F()
390 StartDiscovery(); in TEST_F()
468 StartDiscovery(); in TEST_F()
501 StartDiscovery(); in TEST_F()
533 StartDiscovery(); in TEST_F()
/external/openscreen/cast/standalone_sender/
Dreceiver_chooser.cc43 task_runner->PostTask([this] { watcher_->StartDiscovery(); }); in ReceiverChooser()
/external/openscreen/discovery/public/
Ddns_sd_service_watcher.h77 void StartDiscovery() { in StartDiscovery() function
Ddns_sd_service_watcher_unittest.cc113 watcher_.StartDiscovery(); in DnsSdServiceWatcherTests()
/external/autotest/client/cros/bluetooth/floss/
Dadapter_client.py534 return bool(self.proxy().StartDiscovery())
/external/autotest/client/cros/multimedia/
Dbluetooth_facade.py2561 self._adapter_proxy.StartDiscovery()