Home
last modified time | relevance | path

Searched refs:MILLISEC_TO_NANOSEC (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dhal_tick.h55 static constexpr uint32_t MILLISEC_TO_NANOSEC = 1000000; member in OHOS::HALTick
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dhal_tick.cpp42 return time.tv_sec * SEC_TO_MILLISEC + time.tv_nsec / MILLISEC_TO_NANOSEC; in GetTime()
/foundation/ability/form_fwk/services/src/
H A Dform_util.cpp36 constexpr int64_t MILLISEC_TO_NANOSEC = 1000000; member
156 return (ts.tv_sec * SEC_TO_MILLISEC + ts.tv_nsec / MILLISEC_TO_NANOSEC); in GetCurrentMillisecond()
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp25 constexpr int64_t MILLISEC_TO_NANOSEC = 1000000; member
26 constexpr int64_t TIME_THRESHOLD = 3 * MILLISEC_TO_NANOSEC; // milliseconds

Completed in 4 milliseconds