Home
last modified time | relevance | path

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

/external/openscreen/osp/impl/discovery/mdns/
Dmdns_responder_adapter_impl.cc217 socket_to_questions_.clear(); in Close()
417 auto& ptr_questions = socket_to_questions_[socket].ptr; in StartPtrQuery()
467 auto& srv_questions = socket_to_questions_[socket].srv; in StartSrvQuery()
505 auto& txt_questions = socket_to_questions_[socket].txt; in StartTxtQuery()
543 auto& a_questions = socket_to_questions_[socket].a; in StartAQuery()
582 auto& aaaa_questions = socket_to_questions_[socket].aaaa; in StartAaaaQuery()
617 auto interface_entry = socket_to_questions_.find(socket); in StopPtrQuery()
618 if (interface_entry == socket_to_questions_.end()) in StopPtrQuery()
635 auto interface_entry = socket_to_questions_.find(socket); in StopSrvQuery()
636 if (interface_entry == socket_to_questions_.end()) in StopSrvQuery()
[all …]
Dmdns_responder_adapter_impl.h140 std::map<UdpSocket*, Questions> socket_to_questions_; variable