Home
last modified time | relevance | path

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

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H A Dsocperf_plugin.h75 bool HandleCustEventBegin(const std::shared_ptr<ResData>& data);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp186 [this](const std::shared_ptr<ResData>& data) { HandleCustEventBegin(data); } }, in InitFunctionMap()
573 bool SocPerfPlugin::HandleCustEventBegin(const std::shared_ptr<ResData> &data) in HandleCustEventBegin() function in OHOS::ResourceSchedule::SocPerfPlugin
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp523 bool ret = SocPerfPlugin::GetInstance().HandleCustEventBegin(socPerfCustEventBeginData); in HWTEST_F()
527 ret = SocPerfPlugin::GetInstance().HandleCustEventBegin(socPerfCustEventBeginDataInvalid); in HWTEST_F()

Completed in 3 milliseconds