Home
last modified time | relevance | path

Searched refs:timeEnd_ (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dtoss_animation_controller.cpp50 timeEnd_ = GetCurrentTime(); in SetEnd()
55 auto timeDiff = timeEnd_ - timeStart_; in Play()
H A Dtoss_animation_controller.h52 double timeEnd_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtoss_animation_controller.cpp62 timeEnd_ = GetCurrentTime(); in SetEnd()
71 auto timeDiff = timeEnd_ - timeStart_; in Play()
H A Dtoss_animation_controller.h77 double timeEnd_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtoss_animation_controller.cpp64 timeEnd_ = GetCurrentTime(); in SetEnd()
73 auto timeDiff = timeEnd_ - timeStart_; in Play()
H A Dtoss_animation_controller.h73 double timeEnd_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp60 timeEnd_ = GetCurrentTime(); in SetEnd()
69 auto timeDiff = timeEnd_ - timeStart_; in Play()
H A Dtoss_animation_controller.h72 double timeEnd_ = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp1234 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
1264 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
1286 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
1295 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
1313 toss->timeEnd_ = toss->GetCurrentTime() - TIME_PLUS;
1337 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
1361 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS_LARGE;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h109 int64_t timeEnd_ = TIMESTAMP_INITIAL; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp168 rtStartTime_ = rsParams.timeEnd_; in HandleDirectComposition()
171 rtEndTime_ = rsParams.timeEnd_; in HandleDirectComposition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp94 rsParams.timeEnd_ = rsJankStats.GetCurrentSystimeMs();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp2699 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
2728 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
2754 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
2768 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
2785 toss->timeEnd_ = toss->GetCurrentTime() - TIME_PLUS;
2802 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
2819 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS_LARGE;
2847 toss->timeEnd_ = toss->timeStart_ + TIME_PLUS;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1384 toss->timeEnd_ = toss->GetCurrentTime() + TIME_PLUS;
2422 toss->timeEnd_ = toss->timeStart_ + TIME_PLUS;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2745 .timeEnd_ = GetCurrentSystimeMs(), in RSJankStatsOnVsyncEnd()