/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_ressched_report.cpp | 19 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()
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | ressched_report.h | 30 class ResSchedReport final { 32 static ResSchedReport& GetInstance() in GetInstance() 34 static ResSchedReport instance; in GetInstance() 46 ResSchedReport() {} in ResSchedReport() function in OHOS::Rosen::final 47 ~ResSchedReport() {} in ~ResSchedReport()
|
/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 78 ResSchedReport& ResSchedReport::GetInstance() in GetInstance() 80 static ResSchedReport instance; in GetInstance() 84 void ResSchedReport::ResSchedDataReport(const char* name, const std::unordered_map<std::string, std::string>& param) in ResSchedDataReport() 149 void ResSchedReport::ResSchedDataReport(uint32_t resType, int32_t value, in ResSchedDataReport() 160 void ResSchedReport::OnTouchEvent(const TouchEvent& touchEvent) in OnTouchEvent() 189 void ResSchedReport::RecordTouchEvent(const TouchEvent& touchEvent, bool enforce) in RecordTouchEvent() 200 void ResSchedReport::HandleTouchDown(const TouchEvent& touchEvent) in HandleTouchDown() 209 void ResSchedReport::HandleTouchUp(const TouchEvent& touchEvent) in HandleTouchUp() 221 void ResSchedReport [all...] |
H A D | ressched_report.h | 40 class ACE_EXPORT ResSchedReport final { 42 static ResSchedReport& GetInstance(); 50 ResSchedReport() {} in ResSchedReport() function in OHOS::Ace::final 51 ~ResSchedReport() {} in ~ResSchedReport()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | long_frame_report_impl.cpp | 31 ResSchedReport::GetInstance().ResSchedDataReport("long_frame_start"); in SubmitEvent() 39 ResSchedReport::GetInstance().ResSchedDataReport("long_frame_end"); in CancelEvent()
|
/foundation/window/window_manager/wm/include/ |
H A D | ressched_report.h | 53 class ResSchedReport { class 54 WM_DECLARE_SINGLE_INSTANCE(ResSchedReport);
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scrollable.cpp | 371 ResSchedReport::GetInstance().ResSchedDataReport("slide_on"); in HandleDragStart() 578 ResSchedReport::GetInstance().ResSchedDataReport("slide_on"); in HandleDragUpdate() 630 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in HandleDragEnd() 944 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in OnAnimateStop() 1018 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in ProcessScrollMotionStop()
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 117 ResSchedReport::GetInstance().ResSchedDataReport("slide_on"); in HandleTouchEvent() 121 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in HandleTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | pinch_recognizer.cpp | 31 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
|
H A D | click_recognizer.cpp | 68 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | pinch_recognizer.cpp | 57 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
|
H A D | click_recognizer.cpp | 165 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 367 ResSchedReport::GetInstance().ResSchedDataReport( in NotifyAnimationTransition() 945 ResSchedReport::GetInstance().ResSchedDataReport( in CreateShowAnimationFinishedCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | distributed_ui.cpp | 270 ResSchedReport::GetInstance().ResSchedDataReport("click"); in ApplyOneUpdate()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 76 WM_IMPLEMENT_SINGLE_INSTANCE(ResSchedReport); 2764 ResSchedReport::GetInstance().RequestPerfIfNeed(reason, GetType(), GetMode()); in ScheduleUpdateRectTask() 3115 ResSchedReport::GetInstance().StopPerfIfNeed(); in EndMoveOrDragWindow() 3140 ResSchedReport::GetInstance().TrigClick(); in ConsumeMoveOrDragEvent() 3286 ResSchedReport::GetInstance().AnimationBoost(); in PerfLauncherHotAreaIfNeed() 3300 ResSchedReport::GetInstance().TrigSlide(GetType(), true); in ConsumePointerEvent() 3304 ResSchedReport::GetInstance().TrigSlide(GetType(), false); in ConsumePointerEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.cpp | 1172 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in GetFrictionProperty()
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.cpp | 854 ResSchedReport::GetInstance().ResSchedDataReport("slide_on"); in HandleDragStart() 956 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in HandleDragEnd()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 1156 ResSchedReport::GetInstance().ResSchedDataReport("pop_page", params); in PopPage() 1530 ResSchedReport::GetInstance().OnTouchEvent(scalePoint); in OnTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 5613 ResSchedReport::GetInstance().ResSchedDataReport("web_gesture"); in HandleTouchDown() 5622 ResSchedReport::GetInstance().ResSchedDataReport("web_gesture"); in HandleTouchUp()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 957 ResSchedReport::GetInstance().LoadPageEvent(ResDefine::LOAD_PAGE_COMPLETE_EVENT); in FlushVsync() 2663 ResSchedReport::GetInstance().OnTouchEvent(scalePoint); in OnTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 3260 ResSchedReport::GetInstance().ResSchedDataReport("auto_play_off"); in PlayPropertyTranslateAnimation() 3279 ResSchedReport::GetInstance().ResSchedDataReport("auto_play_on"); in PlayPropertyTranslateAnimation()
|