Searched defs:hex (Results 1 – 12 of 12) sorted by relevance
126 const char *hex = evt->findParam("HEX"); in onEvent() local224 void NetlinkHandler::notifyStrictCleartext(const char* uid, const char* hex) { in notifyStrictCleartext()
163 static inline void word2hex(const char* data, char** hex) in word2hex()
64 static void policy_to_hex(const char* policy, char* hex) { in policy_to_hex()
374 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr()415 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex()
580 static bool parse_hex(const char* hex, std::string* result) { in parse_hex()
511 std::string hex = bytes_to_hex(reinterpret_cast<uint8_t*>(hdr.id), sizeof(hdr.id)); in load_recovery_id_prop() local
478 std::string hex("0x"); in bytes_to_hex() local
34 char hex[bytes_per_line * 3 + 1]; in dump() local
290 char* hex = (char*) calloc(1, 5 + (len * 2)); in parseNfPacketMessage() local
48 std::string HexDecode(const std::string hex) { in HexDecode()
93 std::string HexDecode(const std::string hex) { in HexDecode()
50 static const char* hex = "0123456789ABCDEF"; in str2hex() local