Home
last modified time | relevance | path

Searched refs:ResSchedReport (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp78 ResSchedReport& ResSchedReport::GetInstance() in GetInstance()
80 static ResSchedReport instance; in GetInstance()
160 void ResSchedReport::OnTouchEvent(const TouchEvent& touchEvent) in OnTouchEvent()
200 void ResSchedReport::HandleTouchDown(const TouchEvent& touchEvent) in HandleTouchDown()
208 void ResSchedReport::HandleTouchUp(const TouchEvent& touchEvent) in HandleTouchUp()
219 void ResSchedReport::HandleTouchMove(const TouchEvent& touchEvent) in HandleTouchMove()
231 void ResSchedReport::HandleTouchCancel(const TouchEvent& touchEvent) in HandleTouchCancel()
237 void ResSchedReport::HandleTouchPullDown(const TouchEvent& touchEvent) in HandleTouchPullDown()
242 void ResSchedReport::HandleTouchPullUp(const TouchEvent& touchEvent) in HandleTouchPullUp()
261 double ResSchedReport::GetUpVelocity(const TouchEvent& lastMoveInfo, in GetUpVelocity()
[all …]
H A Dressched_report.h40 class ACE_EXPORT ResSchedReport final {
42 static ResSchedReport& GetInstance();
50 ResSchedReport() {} in ResSchedReport() function
51 ~ResSchedReport() {} in ~ResSchedReport()
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_ressched_report.cpp19 ResSchedReport& ResSchedReport::GetInstance() in GetInstance()
21 static ResSchedReport instance; in GetInstance()
25 void ResSchedReport::ResSchedDataReport( in ResSchedDataReport()
31 void ResSchedReport::ResSchedDataReport( in ResSchedDataReport()
35 void ResSchedReport::OnTouchEvent(const TouchEvent& touchEvent) {} in OnTouchEvent()
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dressched_report.h30 class ResSchedReport final {
32 static ResSchedReport& GetInstance() in GetInstance()
34 static ResSchedReport instance; in GetInstance()
45 ResSchedReport() {} in ResSchedReport() function
46 ~ResSchedReport() {} in ~ResSchedReport()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlong_frame_report_impl.cpp31 ResSchedReport::GetInstance().ResSchedDataReport("long_frame_start"); in SubmitEvent()
39 ResSchedReport::GetInstance().ResSchedDataReport("long_frame_end"); in CancelEvent()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dressched_report.h53 class ResSchedReport {
54 WM_DECLARE_SINGLE_INSTANCE(ResSchedReport);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp367 ResSchedReport::GetInstance().ResSchedDataReport("slide_on"); in HandleDragStart()
574 ResSchedReport::GetInstance().ResSchedDataReport("slide_on"); in HandleDragUpdate()
627 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in HandleDragEnd()
941 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in OnAnimateStop()
1015 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in ProcessScrollMotionStop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp119 ResSchedReport::GetInstance().ResSchedDataReport("slide_on"); in HandleTouchEvent()
123 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpinch_recognizer.cpp31 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
H A Dclick_recognizer.cpp68 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp367 ResSchedReport::GetInstance().ResSchedDataReport( in NotifyAnimationTransition()
945 ResSchedReport::GetInstance().ResSchedDataReport( in CreateShowAnimationFinishedCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpinch_recognizer.cpp65 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
H A Dclick_recognizer.cpp170 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp76 WM_IMPLEMENT_SINGLE_INSTANCE(ResSchedReport);
2801 ResSchedReport::GetInstance().RequestPerfIfNeed(reason, GetType(), GetMode()); in ScheduleUpdateRectTask()
3150 ResSchedReport::GetInstance().StopPerfIfNeed(); in EndMoveOrDragWindow()
3175 ResSchedReport::GetInstance().TrigClick(); in ConsumeMoveOrDragEvent()
3321 ResSchedReport::GetInstance().AnimationBoost(); in PerfLauncherHotAreaIfNeed()
3335 ResSchedReport::GetInstance().TrigSlide(GetType(), true); in ConsumePointerEvent()
3339 ResSchedReport::GetInstance().TrigSlide(GetType(), false); in ConsumePointerEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp277 ResSchedReport::GetInstance().ResSchedDataReport("click"); in ApplyOneUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp1160 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in GetFrictionProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1165 ResSchedReport::GetInstance().ResSchedDataReport("pop_page", params); in PopPage()
1539 ResSchedReport::GetInstance().OnTouchEvent(scalePoint); in OnTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp854 ResSchedReport::GetInstance().ResSchedDataReport("slide_on"); in HandleDragStart()
956 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in HandleDragEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp650 ResSchedReport::GetInstance().LoadPageEvent(ResDefine::LOAD_PAGE_COMPLETE_EVENT); in FlushVsync()
2405 ResSchedReport::GetInstance().OnTouchEvent(scalePoint); in OnTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp3107 ResSchedReport::GetInstance().ResSchedDataReport("auto_play_off"); in PlayPropertyTranslateAnimation()
3145 ResSchedReport::GetInstance().ResSchedDataReport("auto_play_on"); in PlayPropertyTranslateAnimation()