Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_context.cpp160 std::tm* now_time = std::localtime(&nowTime); in GetCurrentTimeString() local
164 oss << std::put_time(now_time, "%Y-%m-%d %H:%M:%S:"); in GetCurrentTimeString()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp119 std::time_t now_time = std::chrono::system_clock::to_time_t(now); in GetCurrentDateMillisecond() local
120 std::tm* now_tm = std::localtime(&now_time); in GetCurrentDateMillisecond()

Completed in 2 milliseconds