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.cpp236 std::string bytesToHexStr(std::span<const uint8_t> bytes) { in bytesToHexStr() function
301 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()
733 LOG(DEBUG) << "request: '" << bytesToHexStr({reinterpret_cast<const uint8_t*>(buffer), len}) in handleDNSRequest()