Home
last modified time | relevance | path

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

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H A Dsocperf_plugin.h76 bool HandleCustEventEnd(const std::shared_ptr<ResData>& data);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp188 [this](const std::shared_ptr<ResData>& data) { HandleCustEventEnd(data); } }, in InitFunctionMap()
583 bool SocPerfPlugin::HandleCustEventEnd(const std::shared_ptr<ResData> &data) in HandleCustEventEnd() function in OHOS::ResourceSchedule::SocPerfPlugin
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp541 bool ret = SocPerfPlugin::GetInstance().HandleCustEventEnd(socPerfCustEventEndData); in HWTEST_F()
545 ret = SocPerfPlugin::GetInstance().HandleCustEventEnd(socPerfCustEventEndDataInvalid); in HWTEST_F()

Completed in 3 milliseconds