Home
last modified time | relevance | path

Searched refs:rtype (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.cpp414 if (ev.u.output.rtype == UHID_FEATURE_REPORT) { in ReadUhidOutPut()
417 } else if (ev.u.output.rtype == UHID_OUTPUT_REPORT) { in ReadUhidOutPut()
428 LOG_INFO("[UHID]%{public}s():UHID_FEATURE from uhid-dev id=%{public}d,rnum=%{public}d,rtype=%{public}d", in ReadUhidFeature()
429 __FUNCTION__, ev.u.feature.id, ev.u.feature.rnum, ev.u.feature.rtype); in ReadUhidFeature()
430 if (ev.u.feature.rtype == UHID_FEATURE_REPORT) { in ReadUhidFeature()
433 } else if (ev.u.feature.rtype == UHID_OUTPUT_REPORT) { in ReadUhidFeature()
446 LOG_INFO("[UHID]%{public}s():UHID_SET_REPORT id=%{public}d,rnum=%{public}d,rtype=%{public}d,size=%{public}d", in ReadUhidSetReport()
447 __FUNCTION__, ev.u.set_report.id, ev.u.set_report.rnum, ev.u.set_report.rtype, ev.u.set_report.size); in ReadUhidSetReport()
448 if (ev.u.set_report.rtype == UHID_FEATURE_REPORT) { in ReadUhidSetReport()
451 } else if (ev.u.set_report.rtype in ReadUhidSetReport()
[all...]
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp496 .rtype = static_cast<uint16_t>(DNSProto::RRTYPE_PTR), in Announce()
501 .rtype = static_cast<uint16_t>(DNSProto::RRTYPE_SRV), in Announce()
511 .rtype = static_cast<uint16_t>(DNSProto::RRTYPE_TXT), in Announce()
542 .rtype = static_cast<uint16_t>(type), in AppendRecord()
757 if (v6 != (rr.rtype == DNSProto::RRTYPE_AAAA)) { in UpdateAddr()
761 bool v6rr = (rr.rtype == DNSProto::RRTYPE_AAAA); in UpdateAddr()
790 NETMGR_EXT_LOG_D("mdns_log ProcessAnswerRecord, type=[%{public}d]", rr.rtype); in ProcessAnswerRecord()
797 if (rr.rtype == DNSProto::RRTYPE_PTR) { in ProcessAnswerRecord()
799 } else if (rr.rtype == DNSProto::RRTYPE_SRV) { in ProcessAnswerRecord()
801 } else if (rr.rtype in ProcessAnswerRecord()
[all...]
H A Dmdns_packet_parser.cpp182 begin = ReadNUint16(begin, answers.back().rtype); in ParseRR()
186 return ParseRData(begin, payload, answers.back().rtype, answers.back().length, answers.back().rdata); in ParseRR()
360 WriteRawData(htons(rr.rtype), payload); in SerializeRR()
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h149 uint16_t rtype; member

Completed in 4 milliseconds