Home
last modified time | relevance | path

Searched defs:MICROSEC_TO_NANOSEC (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h30 constexpr int64_t MICROSEC_TO_NANOSEC = 1000; variable
/ohos5.0/commonlibrary/c_utils/base/include/
H A Ddatetime_ex.h50 constexpr int64_t MICROSEC_TO_NANOSEC = 1000; variable
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_datetime.c29 #define MICROSEC_TO_NANOSEC 1000 macro
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_utils.cpp23 constexpr uint64_t MICROSEC_TO_NANOSEC = 1000; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dtime_util.cpp28 constexpr int64_t MICROSEC_TO_NANOSEC = 1000; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp32 constexpr int64_t MICROSEC_TO_NANOSEC = 1000; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp95 constexpr int32_t MICROSEC_TO_NANOSEC = 1000; variable