/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 84 void ResSchedReport::ResSchedDataReport(const char* name, const std::unordered_map<std::string, std::string>& param) in ResSchedDataReport() function in OHOS::Ace::ResSchedReport 149 void ResSchedReport::ResSchedDataReport(uint32_t resType, int32_t value, in ResSchedDataReport() function in OHOS::Ace::ResSchedReport 204 ResSchedDataReport(RES_TYPE_CLICK_RECOGNIZE, TOUCH_DOWN_EVENT, payload); in HandleTouchDown() 215 ResSchedDataReport(RES_TYPE_CLICK_RECOGNIZE, TOUCH_UP_EVENT, payload); in HandleTouchUp() 229 ResSchedDataReport(RES_TYPE_SLIDE, SLIDE_DETECTING, payload); in HandleTouchMove() 251 ResSchedDataReport(RES_TYPE_CLICK_RECOGNIZE, TOUCH_PULL_UP_EVENT, payload); in HandleTouchPullUp() 261 ResSchedDataReport(RES_TYPE_SLIDE, SLIDE_DETECTING, payload); in HandleTouchPullMove() 292 ResSchedDataReport(RES_TYPE_LOAD_PAGE, value, payload); in LoadPageEvent() 302 ResSchedReport::GetInstance().ResSchedDataReport(RES_TYPE_PUSH_PAGE, PUSH_PAGE_START_EVENT, payload_); in ResSchedReportScope() 310 ResSchedReport::GetInstance().ResSchedDataReport(RES_TYPE_PUSH_PAG in ~ResSchedReportScope() [all...] |
H A D | ressched_report.h | 43 void ResSchedDataReport(const char* name, const std::unordered_map<std::string, std::string>& param = {}); 44 void ResSchedDataReport(uint32_t resType, int32_t value = 0,
|
/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/arkui/ace_engine/test/mock/base/ |
H A D | mock_ressched_report.cpp | 25 void ResSchedReport::ResSchedDataReport( in ResSchedDataReport() function in OHOS::Ace::ResSchedReport 31 void ResSchedReport::ResSchedDataReport( in ResSchedDataReport() function in OHOS::Ace::ResSchedReport
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | ressched_report.h | 37 void ResSchedDataReport(uint32_t resType, int32_t value = 0, in ResSchedDataReport() function in OHOS::Rosen::final
|
/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/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()
|
/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/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()
|