Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp539 void MDnsProtocolImpl::AppendRecord(std::vector<DNSProto::ResourceRecord> &rrlist, DNSProto::RRType… in AppendRecord() function in OHOS::NetManagerStandard::MDnsProtocolImpl
572 AppendRecord(response.additional, anyAddrType, GetHostDomain(), anyAddr); in ProcessQuestion()
589 AppendRecord(response.answers, DNSProto::RRTYPE_PTR, name, elem.first); in ProcessQuestionRecord()
590 AppendRecord(response.additional, DNSProto::RRTYPE_SRV, elem.first, in ProcessQuestionRecord()
597AppendRecord(response.additional, DNSProto::RRTYPE_TXT, elem.first, elem.second.txt); in ProcessQuestionRecord()
607 AppendRecord(response.answers, DNSProto::RRTYPE_SRV, name, in ProcessQuestionRecord()
621 AppendRecord(response.answers, DNSProto::RRTYPE_TXT, name, iter->second.txt); in ProcessQuestionRecord()
628 AppendRecord(response.answers, anyAddrType, name, anyAddr); in ProcessQuestionRecord()
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_protocol_impl.h98 …void AppendRecord(std::vector<DNSProto::ResourceRecord> &rrlist, DNSProto::RRType type, const std:…