/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_action_test.cpp | 99 g_actionVolume->SetStrict(true); 119 g_actionVoltage->SetStrict(true); 144 g_actionThermalLevel->SetStrict(true); 177 g_actionShutdown->SetStrict(true); 201 g_actionDisplay->SetStrict(true); 328 g_actionCpuIsolate->SetStrict(true);
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/ |
H A D | ithermal_action.h | 33 virtual void SetStrict(bool enable) = 0;
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/ |
H A D | action_display.h | 29 void SetStrict(bool enable) override;
|
H A D | action_node.h | 31 void SetStrict(bool enable) override;
|
H A D | action_volume.h | 29 void SetStrict(bool enable) override;
|
H A D | action_popup.h | 32 void SetStrict(bool enable) override;
|
H A D | action_shutdown.h | 29 void SetStrict(bool enable) override;
|
H A D | action_charger.h | 31 void SetStrict(bool enable) override;
|
H A D | action_voltage.h | 31 void SetStrict(bool enable) override;
|
H A D | action_application_process.h | 37 void SetStrict(bool enable) override;
|
H A D | action_thermal_level.h | 40 void SetStrict(bool enable) override;
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/action_soc/ |
H A D | action_cpu_lit.h | 29 void SetStrict(bool enable) override;
|
H A D | action_cpu_med.h | 29 void SetStrict(bool enable) override;
|
H A D | action_gpu.h | 29 void SetStrict(bool enable) override;
|
H A D | action_cpu_big.h | 29 void SetStrict(bool enable) override;
|
H A D | action_cpu_boost.h | 31 void SetStrict(bool enable) override;
|
H A D | action_cpu_isolate.h | 29 void SetStrict(bool enable) override;
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/ |
H A D | action_cpu_boost.cpp | 38 void ActionCpuBoost::SetStrict(bool enable) in SetStrict() function in OHOS::PowerMgr::ActionCpuBoost
|
H A D | action_cpu_isolate.cpp | 37 void ActionCpuIsolate::SetStrict(bool enable) in SetStrict() function in OHOS::PowerMgr::ActionCpuIsolate
|
H A D | action_cpu_lit.cpp | 37 void ActionCpuLit::SetStrict(bool enable) in SetStrict() function in OHOS::PowerMgr::ActionCpuLit
|
H A D | action_cpu_med.cpp | 37 void ActionCpuMed::SetStrict(bool enable) in SetStrict() function in OHOS::PowerMgr::ActionCpuMed
|
H A D | action_gpu.cpp | 37 void ActionGpu::SetStrict(bool enable) in SetStrict() function in OHOS::PowerMgr::ActionGpu
|
H A D | action_cpu_big.cpp | 39 void ActionCpuBig::SetStrict(bool enable) in SetStrict() function in OHOS::PowerMgr::ActionCpuBig
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
H A D | action_display.cpp | 47 void ActionDisplay::SetStrict(bool enable) in SetStrict() function in OHOS::PowerMgr::ActionDisplay
|
H A D | action_node.cpp | 49 void ActionNode::SetStrict(bool enable) in SetStrict() function in OHOS::PowerMgr::ActionNode
|