Home
last modified time | relevance | path

Searched refs:HandleCustEvent (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H A Dsocperf_plugin.h74 bool HandleCustEvent(const std::shared_ptr<ResData>& data);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp184 [this](const std::shared_ptr<ResData>& data) { HandleCustEvent(data); } }, in InitFunctionMap()
563 bool SocPerfPlugin::HandleCustEvent(const std::shared_ptr<ResData> &data) in HandleCustEvent() function in OHOS::ResourceSchedule::SocPerfPlugin
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp505 bool ret = SocPerfPlugin::GetInstance().HandleCustEvent(ancoEvnetData); in HWTEST_F()
509 ret = SocPerfPlugin::GetInstance().HandleCustEvent(ancoEvnetDataInvalid); in HWTEST_F()

Completed in 3 milliseconds