Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/framework/cj/include/
H A Dsystem_date_time.h28 constexpr int64_t SECONDS_TO_NANO = 1000000000; variable
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp30 constexpr int64_t SECONDS_TO_NANO = 1000000000; variable