Home
last modified time | relevance | path

Searched refs:bytesToHexStr (Results 1 – 3 of 3) sorted by relevance

/packages/modules/DnsResolver/
Dres_debug.h23 std::string bytesToHexStr(std::span<const uint8_t> bytes);
Dres_debug.cpp234 std::string bytesToHexStr(std::span<const uint8_t> bytes) { in bytesToHexStr() function
299 LOG(VERBOSE) << bytesToHexStr(msg); in res_pquery()
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp68 std::string bytesToHexStr(std::span<const uint8_t> bytes) { in bytesToHexStr() function
533 LOG(INFO) << bytesToHexStr(query); in removeMappingBinaryPacket()
734 << bytesToHexStr(std::span(reinterpret_cast<const uint8_t*>(buffer), len)) in handleDNSRequest()