Home
last modified time | relevance | path

Searched refs:ThermalKernelService (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_kernel_service.h27 class ThermalKernelService {
29 ThermalKernelService() {}; in ThermalKernelService() function
30 ~ThermalKernelService() = default;
31 ThermalKernelService(const ThermalKernelService&) = delete;
32 ThermalKernelService& operator=(const ThermalKernelService&) = delete;
33 static ThermalKernelService &GetInstance() in GetInstance()
35 static ThermalKernelService instance; in GetInstance()
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_kernel_service.cpp28 void ThermalKernelService::OnStart() in OnStart()
35 bool ThermalKernelService::Init() in Init()
H A Dmain.cpp23 auto &service = ThermalKernelService::GetInstance();
H A Dthermal_sensor_provision.cpp52 auto &g_service = ThermalKernelService::GetInstance();
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/action/
H A Dthermal_device_control.cpp25 auto &service = ThermalKernelService::GetInstance();
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_config_file.cpp25 auto &service = ThermalKernelService::GetInstance();
H A Dthermal_kernel_policy.cpp26 auto &g_service = ThermalKernelService::GetInstance();