Home
last modified time | relevance | path

Searched refs:ResSchedDataReport (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp84 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 Dressched_report.h43 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 Dlong_frame_report_impl.cpp31 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 Dmock_ressched_report.cpp25 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 Dressched_report.h37 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 Dscrollable.cpp371 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 Drender_xcomponent.cpp117 ResSchedReport::GetInstance().ResSchedDataReport("slide_on"); in HandleTouchEvent()
121 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in HandleTouchEvent()
/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpinch_recognizer.cpp57 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
H A Dclick_recognizer.cpp165 ResSchedReport::GetInstance().ResSchedDataReport("click"); in OnAccepted()
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp367 ResSchedReport::GetInstance().ResSchedDataReport( in NotifyAnimationTransition()
945 ResSchedReport::GetInstance().ResSchedDataReport( in CreateShowAnimationFinishedCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp270 ResSchedReport::GetInstance().ResSchedDataReport("click"); in ApplyOneUpdate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp1172 ResSchedReport::GetInstance().ResSchedDataReport("slide_off"); in GetFrictionProperty()
/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()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1156 ResSchedReport::GetInstance().ResSchedDataReport("pop_page", params); in PopPage()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5613 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 Dswiper_pattern.cpp3260 ResSchedReport::GetInstance().ResSchedDataReport("auto_play_off"); in PlayPropertyTranslateAnimation()
3279 ResSchedReport::GetInstance().ResSchedDataReport("auto_play_on"); in PlayPropertyTranslateAnimation()

Completed in 40 milliseconds