Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dstop_watch.cc99 StopWatchLog sw_log; in ~StopWatch() local
100 sw_log.timestamp = timestamp_; in ~StopWatch()
101 sw_log.start_timestamp = start_timestamp_; in ~StopWatch()
102 sw_log.end_timestamp = std::chrono::high_resolution_clock::now(); in ~StopWatch()
103 sw_log.message = std::move(text_); in ~StopWatch()
105 RecordLog(std::move(sw_log)); in ~StopWatch()
/packages/modules/Bluetooth/system/common/
Dstop_watch_legacy.cc97 StopWatchLog sw_log; in ~StopWatchLegacy() local
98 sw_log.timestamp = timestamp_; in ~StopWatchLegacy()
99 sw_log.start_timestamp = start_timestamp_; in ~StopWatchLegacy()
100 sw_log.end_timestamp = std::chrono::high_resolution_clock::now(); in ~StopWatchLegacy()
101 sw_log.message = std::move(text_); in ~StopWatchLegacy()
103 RecordLog(std::move(sw_log)); in ~StopWatchLegacy()