Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc153 localtime_r(&now, &tm_timestamp_); in ParseBqrLinkQualityEvt()
159 localtime_r(&now, &tm_timestamp_); in WriteLmpLlTraceLogFile()
168 << std::put_time(&tm_timestamp_, "%m-%d %H:%M:%S ") in WriteLmpLlTraceLogFile()
181 localtime_r(&now, &tm_timestamp_); in WriteBtSchedulingTraceLogFile()
190 << std::put_time(&tm_timestamp_, "%m-%d %H:%M:%S ") in WriteBtSchedulingTraceLogFile()
832 ss_timestamp << std::put_time(&p_event->tm_timestamp_, "%m-%d %H:%M:%S"); in DebugDump()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_bqr.h391 std::tm tm_timestamp_ = {}; variable