DnsSdServer 40 cloud_print/gcp20/prototype/dns_sd_server.cc DnsSdServer::DnsSdServer() DnsSdServer 45 cloud_print/gcp20/prototype/dns_sd_server.cc DnsSdServer::~DnsSdServer() { DnsSdServer 49 cloud_print/gcp20/prototype/dns_sd_server.cc bool DnsSdServer::Start(const ServiceParameters& serv_params, uint32 full_ttl, DnsSdServer 68 cloud_print/gcp20/prototype/dns_sd_server.cc base::Bind(&DnsSdServer::OnDatagramReceived, AsWeakPtr())); DnsSdServer 73 cloud_print/gcp20/prototype/dns_sd_server.cc void DnsSdServer::Update() { DnsSdServer 80 cloud_print/gcp20/prototype/dns_sd_server.cc void DnsSdServer::Shutdown() { DnsSdServer 90 cloud_print/gcp20/prototype/dns_sd_server.cc void DnsSdServer::UpdateMetadata(const std::vector<std::string>& metadata) { DnsSdServer 113 cloud_print/gcp20/prototype/dns_sd_server.cc bool DnsSdServer::CreateSocket() { DnsSdServer 150 cloud_print/gcp20/prototype/dns_sd_server.cc void DnsSdServer::ProcessMessage(int len, net::IOBufferWithSize* buf) { DnsSdServer 194 cloud_print/gcp20/prototype/dns_sd_server.cc void DnsSdServer::ProccessQuery(uint32 current_ttl, const DnsQueryRecord& query, DnsSdServer 263 cloud_print/gcp20/prototype/dns_sd_server.cc void DnsSdServer::DoLoop(int rv) { DnsSdServer 269 cloud_print/gcp20/prototype/dns_sd_server.cc base::Bind(&DnsSdServer::DoLoop, AsWeakPtr())); DnsSdServer 276 cloud_print/gcp20/prototype/dns_sd_server.cc void DnsSdServer::OnDatagramReceived() { DnsSdServer 280 cloud_print/gcp20/prototype/dns_sd_server.cc void DnsSdServer::SendAnnouncement(uint32 ttl) { DnsSdServer 313 cloud_print/gcp20/prototype/dns_sd_server.cc base::Bind(&DnsSdServer::Update, AsWeakPtr()), DnsSdServer 318 cloud_print/gcp20/prototype/dns_sd_server.cc uint32 DnsSdServer::GetCurrentTLL() const { DnsSdServer 30 cloud_print/gcp20/prototype/dns_sd_server.h class DnsSdServer : public base::SupportsWeakPtr<DnsSdServer> { DnsSdServer 33 cloud_print/gcp20/prototype/dns_sd_server.h DnsSdServer(); DnsSdServer 36 cloud_print/gcp20/prototype/dns_sd_server.h ~DnsSdServer(); DnsSdServer 105 cloud_print/gcp20/prototype/dns_sd_server.h DISALLOW_COPY_AND_ASSIGN(DnsSdServer); DnsSdServer 220 cloud_print/gcp20/prototype/printer.h DnsSdServer dns_server_;