Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/src/
H A Ddevice_standby_plugin.cpp31 IMPLEMENT_SINGLE_INSTANCE(DeviceStandbyPlugin) in IMPLEMENT_SINGLE_INSTANCE() argument
33 void DeviceStandbyPlugin::Init() in IMPLEMENT_SINGLE_INSTANCE()
54 void DeviceStandbyPlugin::Disable() in Disable()
63 void DeviceStandbyPlugin::DispatchResource(const std::shared_ptr<ResData>& data) in DispatchResource()
84 DeviceStandbyPlugin::GetInstance().Init(); in OnPluginInit()
91 DeviceStandbyPlugin::GetInstance().Disable(); in OnPluginDisable()
97 DeviceStandbyPlugin::GetInstance().DispatchResource(data); in OnDispatchResource()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/test/fuzztest/devicestandbyplugin_fuzzer/
H A Ddevicestandbyplugin_fuzzer.cpp102 DeviceStandbyPlugin::GetInstance().Init(); in DeviceStandbyPluginFuzzTest()
103 DeviceStandbyPlugin::GetInstance().DispatchResource(resData); in DeviceStandbyPluginFuzzTest()
104 DeviceStandbyPlugin::GetInstance().Disable(); in DeviceStandbyPluginFuzzTest()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/include/
H A Ddevice_standby_plugin.h30 class DeviceStandbyPlugin : public Plugin {
31 DECLARE_SINGLE_INSTANCE(DeviceStandbyPlugin)