Home
last modified time | relevance | path

Searched refs:StateMachineDecision (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_policy_test.cpp176 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
181 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
185 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
191 EXPECT_TRUE(policy.StateMachineDecision(stateMap));
193 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
197 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_policy.h64 bool StateMachineDecision(const std::map<std::string, std::string>& stateMap);
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp163 if (action->isProp && !StateMachineDecision(action->actionPropMap)) { in ActionDecision()
196 bool ThermalPolicy::StateMachineDecision(const std::map<std::string, std::string>& stateMap) in StateMachineDecision() function in OHOS::PowerMgr::ThermalPolicy
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_interface_test.cpp754 bool result = g_service->GetPolicy()->StateMachineDecision(stateMap);