Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_action_factory.cpp78 std::shared_ptr<IThermalAction> ThermalActionFactory::Create(const std::string& actionClass, in Create() argument
82 if (StringOperation::Compare(actionClass, iter->first)) { in Create()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_action_factory.h30 …static std::shared_ptr<IThermalAction> Create(const std::string& actionClass, const std::string& a…