Home
last modified time | relevance | path

Searched refs:SECOND_TO_MS (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_common.h27 static constexpr int64_t SECOND_TO_MS = 1000; member
H A Drs_value_estimator.h134 int secondTime = std::ceil(static_cast<float>(duration) / SECOND_TO_MS);
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_service_test_helper.cpp228 return timeInterval.tv_sec * SECOND_TO_MS + timeInterval.tv_usec / SECOND_TO_MS; in GetCurrentTime()
239 return speed * SECOND_TO_MS / KB_TO_B; in GetSpeed()
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_service_test_helper.h31 const static int SECOND_TO_MS = 1000; variable
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dipc_test_helper.cpp32 static const int SECOND_TO_MS = 1000; member
361 return tv.tv_sec * SECOND_TO_MS + tv.tv_usec / SECOND_TO_MS; in GetCurrentTimeMs()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interpolating_spring_animation.cpp161 int secondTime = std::ceil(static_cast<float>(GetDuration()) / SECOND_TO_MS); in CalculateTimeFraction()

Completed in 4 milliseconds