Home
last modified time | relevance | path

Searched refs:nowtm (Results 1 - 1 of 1) sorted by relevance

/foundation/ai/intelligent_voice_framework/utils/
H A Dtimer_mgr.cpp36 struct tm *nowtm = localtime(&now.tv_sec); in LogTime() local
37 if (nowtm == nullptr) { in LogTime()
38 INTELL_VOICE_LOG_ERROR("nowtm is nullptr"); in LogTime()
43 if (strftime(tmbuf, sizeof(tmbuf), "%Y-%m-%d %H:%M:%S", nowtm)) { in LogTime()

Completed in 1 milliseconds