Searched refs:reportDataFunc_ (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 88 if (!reportDataFunc_) { in ResSchedDataReport() 89 reportDataFunc_ = LoadReportDataFunc(); in ResSchedDataReport() 91 if (!reportDataFunc_) { in ResSchedDataReport() 98 reportDataFunc_(RES_TYPE_CLICK_RECOGNIZE, CLICK_EVENT, payload); in ResSchedDataReport() 103 reportDataFunc_(RES_TYPE_SLIDE, AUTO_PLAY_ON_EVENT, payload); in ResSchedDataReport() 108 reportDataFunc_(RES_TYPE_SLIDE, AUTO_PLAY_OFF_EVENT, payload); in ResSchedDataReport() 113 reportDataFunc_(RES_TYPE_SLIDE, SLIDE_OFF_EVENT, payload); in ResSchedDataReport() 119 reportDataFunc_(RES_TYPE_POP_PAGE, POP_PAGE_EVENT, payload); in ResSchedDataReport() 124 reportDataFunc_(RES_TYPE_WEB_GESTURE, 0, payload); in ResSchedDataReport() 131 reportDataFunc_(RES_TYPE_LONG_FRAM in ResSchedDataReport() [all...] |
H A D | ressched_report.h | 63 ReportDataFunc reportDataFunc_ = nullptr; member in OHOS::Ace::final
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_ressched_report.cpp | 28 reportDataFunc_ = nullptr; in ResSchedDataReport()
|
Completed in 2 milliseconds