Home
last modified time | relevance | path

Searched defs:SECONDS_TO_MILLI (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/time/time_service/framework/cj/include/
H A Dsystem_date_time.h29 constexpr int64_t SECONDS_TO_MILLI = 1000; variable
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp31 constexpr int64_t SECONDS_TO_MILLI = 1000; variable