Home
last modified time | relevance | path

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

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp440 SocPerfPlugin::GetInstance().HandleDeviceModeStatusChange(normalValuedata); in HWTEST_F()
447 SocPerfPlugin::GetInstance().HandleDeviceModeStatusChange(invalidPayload); in HWTEST_F()
455 SocPerfPlugin::GetInstance().HandleDeviceModeStatusChange(invalidValue); in HWTEST_F()
462 SocPerfPlugin::GetInstance().HandleDeviceModeStatusChange(emptyPayload); in HWTEST_F()
469 SocPerfPlugin::GetInstance().HandleDeviceModeStatusChange(maxLenPayload); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H A Dsocperf_plugin.h70 void HandleDeviceModeStatusChange(const std::shared_ptr<ResData>& data);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp178 [this](const std::shared_ptr<ResData>& data) { HandleDeviceModeStatusChange(data); } }, in InitFunctionMap()
506 void SocPerfPlugin::HandleDeviceModeStatusChange(const std::shared_ptr<ResData>& data) in HandleDeviceModeStatusChange() function in OHOS::ResourceSchedule::SocPerfPlugin

Completed in 3 milliseconds