Home
last modified time | relevance | path

Searched refs:executeActionList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp77 executeActionList_.push_back(actionIter->name); in ActionDecision()
86 if (executeActionList_.empty()) { in ActionExecution()
93 for (auto name : executeActionList_) { in ActionExecution()
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dthermal_kernel_policy.h70 std::vector<std::string> executeActionList_; variable