Lines Matching refs:discovery
3 This discovery module is an implementation of the mDNS and DNS-SD protocols as
11 …nterfaces](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/dnssd/public)
13 [public discovery layer](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery…
17 advertisement and discovery of any RFC 6763 compliant services.
22 In order to use the discovery module, embedders should only need to reference
24 [public](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/public)
26 [common](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/common)
28 [DNS-SD](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/dnssd)
30 [mDNS](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/mdns)
34 The config directory provides parameters needed to configure the discovery
38 [openscreen::discovery::Config struct](https://chromium.googlesource.com/openscreen/+/refs/heads/ma…
43 [openscreen::discovery::ReportingClient](https://chromium.googlesource.com/openscreen/+/refs/heads/…
45 the discovery implementation.
51 [openscreen::discovery::DnsSdServicePublisher](https://chromium.googlesource.com/openscreen/+/refs/…
55 [openscreen::discovery::DnsSdServiceWatcher](https://chromium.googlesource.com/openscreen/+/refs/he…
69 This implementation has been created to fulfill the role of discovery for the
90 * If network interface information is changed, the discovery stack must be
93 [fatal error](https://chromium.googlesource.com/openscreen/+/refs/heads/master/discovery/common/rep…
94 occurs, the discovery stack must be re-initialized.