Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_service_test.cpp666 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
671 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
675 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
681 EXPECT_TRUE(policy.StateMachineDecision(stateMap));
683 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
687 EXPECT_FALSE(policy.StateMachineDecision(stateMap));
/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_policy.h64 bool StateMachineDecision(const std::map<std::string, std::string>& stateMap);
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp159 if (!StateMachineDecision(action->actionPropMap)) { in ActionDecision()
188 bool ThermalPolicy::StateMachineDecision(const std::map<std::string, std::string>& stateMap) in StateMachineDecision() function in OHOS::PowerMgr::ThermalPolicy