Home
last modified time | relevance | path

Searched refs:now_ms (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_dfx_adapter.cpp38 auto now_ms = std::chrono::time_point_cast<std::chrono::microseconds>(now); in GetCurrentTime() local
39 auto epoch = now_ms.time_since_epoch(); in GetCurrentTime()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp125 auto now_ms = std::chrono::time_point_cast<std::chrono::milliseconds>(now); in GetCurrentDateMillisecond() local
126 …std::chrono::duration<int, std::milli> ms_part = now_ms.time_since_epoch() % std::chrono::seconds(… in GetCurrentDateMillisecond()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp106 auto now_ms = std::chrono::time_point_cast<std::chrono::microseconds>(now); in GetCurrentMicrosecondTimeFormat() local
107 auto epoch = now_ms.time_since_epoch(); in GetCurrentMicrosecondTimeFormat()