Home
last modified time | relevance | path

Searched refs:MICROSEC_TO_MILLISEC (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dcalculate_time_consuming.cpp115 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; in GetCurrentTimeMicros() local
120 return (tv.tv_sec * SEC_TO_MILLISEC + tv.tv_usec / MICROSEC_TO_MILLISEC); in GetCurrentTimeMicros()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_context_ffi.cpp41 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; variable
47 …return (GetMicroTickCount() - pipelineContext->GetFormAnimationStartTime()) / MICROSEC_TO_MILLISEC; in GetFormAnimationTimeInterval()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp36 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; variable
548 … DEFAULT_DURATION - (GetMicroTickCount() - formAnimationStartTime_) / MICROSEC_TO_MILLISEC; in UpdateFormDurationByRemainder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp76 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; variable
290 …return (GetMicroTickCount() - pipelineContext->GetFormAnimationStartTime()) / MICROSEC_TO_MILLISEC; in GetFormAnimationTimeInterval()
H A Djs_view_abstract.cpp153 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; variable
702 …return (GetMicroTickCount() - pipelineContext->GetFormAnimationStartTime()) / MICROSEC_TO_MILLISEC; in GetFormAnimationTimeInterval()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp68 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; variable
310 microTickCountMsec = microTickCount / MICROSEC_TO_MILLISEC;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp45 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; variable
2023 … DEFAULT_DURATION - (GetMicroTickCount() - formAnimationStartTime_) / MICROSEC_TO_MILLISEC; in UpdateFormDurationByRemainder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp78 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; variable
681 …return (GetMicroTickCount() - pipelineContext->GetFormAnimationStartTime()) / MICROSEC_TO_MILLISEC; in GetFormAnimationTimeInterval()