Home
last modified time | relevance | path

Searched refs:service_records_ (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/osp/impl/discovery/mdns/
Dmdns_responder_adapter_impl.cc212 while (!service_records_.empty()) { in Close()
227 service_records_.clear(); in Close()
237 if (!service_records_.empty()) { in SetHostLabel()
714 service_records_.push_back(std::make_unique<ServiceRecordSet>()); in RegisterService()
715 auto* service_record = service_records_.back().get(); in RegisterService()
735 if (service_records_.size() == 1) in RegisterService()
744 service_records_.pop_back(); in RegisterService()
745 if (service_records_.empty()) in RegisterService()
769 for (auto it = service_records_.begin(); it != service_records_.end(); ++it) { in DeregisterService()
803 for (std::unique_ptr<ServiceRecordSet>& record : service_records_) { in UpdateTxtData()
[all …]
Dmdns_responder_adapter_impl.h153 std::vector<std::unique_ptr<ServiceRecordSet>> service_records_; variable