Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_protocol_impl.h90 void ProcessQuestionRecord(const std::any &anyAddr, const DNSProto::RRType &anyAddrType,
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp569 ProcessQuestionRecord(anyAddr, anyAddrType, msg.questions[i], phase, response); in ProcessQuestion()
580 void MDnsProtocolImpl::ProcessQuestionRecord(const std::any &anyAddr, const DNSProto::RRType &anyAd… in ProcessQuestionRecord() function in OHOS::NetManagerStandard::MDnsProtocolImpl