Home
last modified time | relevance | path

Searched refs:HandleEventClick (Results 1 – 3 of 3) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
Dsocperf_plugin.h43 void HandleEventClick(const std::shared_ptr<ResData>& data);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
Dsoc_perf_plugin_test.cpp137 SocPerfPlugin::GetInstance().HandleEventClick(touchData);
140 SocPerfPlugin::GetInstance().HandleEventClick(clickData);
142 SocPerfPlugin::GetInstance().HandleEventClick(invalidData);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
Dsocperf_plugin.cpp70 [this](const std::shared_ptr<ResData>& data) { HandleEventClick(data); } }, in InitFunctionMap()
177 void SocPerfPlugin::HandleEventClick(const std::shared_ptr<ResData>& data) in HandleEventClick() function in OHOS::ResourceSchedule::SocPerfPlugin