Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dcalculate_time_consuming.cpp114 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; in GetCurrentTimeMicros() local
119 return (tv.tv_sec * SEC_TO_MILLISEC + tv.tv_usec / MICROSEC_TO_MILLISEC); in GetCurrentTimeMicros()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_context_ffi.cpp31 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; member
37 return (GetMicroTickCount() - pipelineContext->GetFormAnimationStartTime()) / MICROSEC_TO_MILLISEC; in GetFormAnimationTimeInterval()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp26 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; member
538 DEFAULT_DURATION - (GetMicroTickCount() - formAnimationStartTime_) / MICROSEC_TO_MILLISEC; in UpdateFormDurationByRemainder()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp76 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; member
281 return (GetMicroTickCount() - pipelineContext->GetFormAnimationStartTime()) / MICROSEC_TO_MILLISEC; in GetFormAnimationTimeInterval()
H A Djs_view_abstract.cpp110 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; member
659 return (GetMicroTickCount() - pipelineContext->GetFormAnimationStartTime()) / MICROSEC_TO_MILLISEC; in GetFormAnimationTimeInterval()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp68 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; member
310 microTickCountMsec = microTickCount / MICROSEC_TO_MILLISEC; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp35 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; member
2101 DEFAULT_DURATION - (GetMicroTickCount() - formAnimationStartTime_) / MICROSEC_TO_MILLISEC;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp64 constexpr int64_t MICROSEC_TO_MILLISEC = 1000; member
667 return (GetMicroTickCount() - pipelineContext->GetFormAnimationStartTime()) / MICROSEC_TO_MILLISEC; in GetFormAnimationTimeInterval()

Completed in 48 milliseconds