Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp235 std::string PDUParser::IntToHexString(int value) { in IntToHexString() function in cuttlefish::PDUParser
273 time_stamp += IntToHexString(local_time.tm_year % 100); in GetCurrentTimeStamp()
274 time_stamp += IntToHexString(local_time.tm_mon + 1); in GetCurrentTimeStamp()
275 time_stamp += IntToHexString(local_time.tm_mday); in GetCurrentTimeStamp()
276 time_stamp += IntToHexString(local_time.tm_hour); in GetCurrentTimeStamp()
277 time_stamp += IntToHexString(local_time.tm_min); in GetCurrentTimeStamp()
278 time_stamp += IntToHexString(local_time.tm_sec); in GetCurrentTimeStamp()
279 time_stamp += IntToHexString(tzdiff); in GetCurrentTimeStamp()
Dpdu_parser.h40 std::string IntToHexString(int value);