Searched refs:reportDataFunc_ (Results 1 – 3 of 3) sorted by relevance
88 if (!reportDataFunc_) { in ResSchedDataReport()89 reportDataFunc_ = LoadReportDataFunc(); in ResSchedDataReport()91 if (!reportDataFunc_) { in ResSchedDataReport()103 reportDataFunc_(RES_TYPE_SLIDE, AUTO_PLAY_ON_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()152 if (reportDataFunc_ == nullptr) { in ResSchedDataReport()153 reportDataFunc_ = LoadReportDataFunc(); in ResSchedDataReport()155 if (reportDataFunc_ != nullptr) { in ResSchedDataReport()[all …]
63 ReportDataFunc reportDataFunc_ = nullptr; variable
28 reportDataFunc_ = nullptr; in ResSchedDataReport()