Searched refs:AppendRecord (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_protocol_impl.cpp | 538 void MDnsProtocolImpl::AppendRecord(std::vector<DNSProto::ResourceRecord> &rrlist, DNSProto::RRType type, in AppendRecord() function in OHOS::NetManagerStandard::MDnsProtocolImpl 571 AppendRecord(response.additional, anyAddrType, GetHostDomain(), anyAddr); in ProcessQuestion() 588 AppendRecord(response.answers, DNSProto::RRTYPE_PTR, name, elem.first); in ProcessQuestionRecord() 589 AppendRecord(response.additional, DNSProto::RRTYPE_SRV, elem.first, in ProcessQuestionRecord() 596 AppendRecord(response.additional, DNSProto::RRTYPE_TXT, elem.first, elem.second.txt); in ProcessQuestionRecord() 606 AppendRecord(response.answers, DNSProto::RRTYPE_SRV, name, in ProcessQuestionRecord() 620 AppendRecord(response.answers, DNSProto::RRTYPE_TXT, name, iter->second.txt); in ProcessQuestionRecord() 627 AppendRecord(response.answers, anyAddrType, name, anyAddr); in ProcessQuestionRecord()
|
/foundation/communication/netmanager_ext/services/mdnsmanager/include/ |
H A D | mdns_protocol_impl.h | 98 void AppendRecord(std::vector<DNSProto::ResourceRecord> &rrlist, DNSProto::RRType type, const std::string &name,
|
Completed in 3 milliseconds