Home
last modified time | relevance | path

Searched defs:GetPublisher (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ot-br-posix/src/mdns/
H A Dmdns_mdnssd.hpp130 PublisherMDnsSd &GetPublisher(void) { return *static_cast<PublisherMDnsSd *>(mPublisher); } in GetPublisher() function in otbr::Mdns::PublisherMDnsSd::DnssdServiceRegistration
155 PublisherMDnsSd &GetPublisher(void) { return *static_cast<PublisherMDnsSd *>(mPublisher); } in GetPublisher() function in otbr::Mdns::PublisherMDnsSd::DnssdHostRegistration
180 PublisherMDnsSd &GetPublisher(void) { return *static_cast<PublisherMDnsSd *>(mPublisher); } in GetPublisher() function in otbr::Mdns::PublisherMDnsSd::DnssdKeyRegistration
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/
H A Dservice_dispatcher.h35 DnsSdPublisher* GetPublisher() override { return publisher_; } in GetPublisher() function
H A Dservice_instance.h43 DnsSdPublisher* GetPublisher() override { return publisher_.get(); } in GetPublisher() function
/aosp_15_r20/external/ot-br-posix/src/agent/
H A Dapplication.hpp138 Mdns::Publisher &GetPublisher(void) in GetPublisher() function in otbr::Application
/aosp_15_r20/external/openscreen/discovery/public/
H A Ddns_sd_service_watcher_unittest.cc44 DnsSdPublisher* GetPublisher() override { return nullptr; } in GetPublisher() function in openscreen::discovery::__anoncc08ff480111::MockDnsSdService