Home
last modified time | relevance | path

Searched refs:ThermalPolicy (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp37 bool ThermalPolicy::Init() in Init()
56 void ThermalPolicy::ExecutePolicy() in ExecutePolicy()
78 void ThermalPolicy::SortLevel() in SortLevel()
85 void ThermalPolicy::RegisterObserver() in RegisterObserver()
92 void ThermalPolicy::LevelDecision() in LevelDecision()
102 void ThermalPolicy::WriteLevel() in WriteLevel()
127 void ThermalPolicy::PolicyDecision() in PolicyDecision()
180 void ThermalPolicy::FindSubscribeActionValue() in FindSubscribeActionValue()
215 bool ThermalPolicy::ActionExecution() in ActionExecution()
234 void ThermalPolicy::PrintPolicyState() in PrintPolicyState()
[all …]
H A Dthermal_srv_config_parser.cpp567 ThermalPolicy::PolicyConfigMap clusterPolicyMap; in ParsePolicyNode()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dthermal_policy.cpp30 ThermalPolicy::ThermalPolicy(shared_ptr<WorkPolicyManager> workPolicyManager) in ThermalPolicy() function in OHOS::WorkScheduler::ThermalPolicy
35 ThermalPolicy::~ThermalPolicy() in ~ThermalPolicy()
39 int32_t ThermalPolicy::GetPolicyMaxRunning() in GetPolicyMaxRunning()
55 std::string ThermalPolicy::GetPolicyName() in GetPolicyName()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/policy/
H A Dthermal_policy.h24 class ThermalPolicy : public IPolicyFilter {
26 explicit ThermalPolicy(std::shared_ptr<WorkPolicyManager> workPolicyManager);
27 ~ThermalPolicy() override;
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_policy_test.cpp68 ThermalPolicy policy;
82 ThermalPolicy policy;
111 ThermalPolicy policy;
136 ThermalPolicy policy;
170 ThermalPolicy policy;
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_policy.h40 class ThermalPolicy {
43 ThermalPolicy() = default;
44 ~ThermalPolicy() = default;
/ohos5.0/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_service.h105 std::shared_ptr<ThermalPolicy> GetPolicy() const in GetPolicy()
190 std::shared_ptr<ThermalPolicy> policy_ {nullptr};
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/
H A Dthermal_config_file_parser.h71 ThermalPolicy::PolicyConfigMap policyConfigMap_;
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp151 policy_ = std::make_shared<ThermalPolicy>(); in CreateConfigModule()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp525 auto thermalFilter = make_shared<ThermalPolicy>(workPolicyManager_); in WorkPolicyManagerInit()