Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_statistic.cpp61 std::tm tmInfo; in ConvertTimeToStr() local
62 localtime_r(&timeT, &tmInfo); in ConvertTimeToStr()
64 if (std::strftime(buffer, sizeof(buffer), "%Y-%m-%d %H:%M:%S", &tmInfo) > 0) { in ConvertTimeToStr()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.h69 std::tm tmInfo = *std::localtime(&t); in GetLocalTime() local
73 ss << std::put_time(&tmInfo, "%Y-%m-%d %H_%M_%S.") << std::setfill('0') in GetLocalTime()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c254 struct tm* tmInfo = NULL; in GetLocalTime() local
255 tmInfo = localtime(&t); in GetLocalTime()
256 if (tmInfo == NULL) { in GetLocalTime()
259 (void)strftime(time, SOFTBUS_ALARM_TIME_LEN, "%Y-%m-%d %H:%M:%S", tmInfo); in GetLocalTime()

Completed in 3 milliseconds