Searched defs:actionName (Results 1 – 20 of 20) sorted by relevance
/base/powermgr/thermal_manager/utils/native/src/ |
D | thermal_hisysevent.cpp | 39 void WriteActionTriggeredHiSysEvent(bool enableEvent, const std::string& actionName, int32_t value) in WriteActionTriggeredHiSysEvent() 46 void WriteActionTriggeredHiSysEventWithRatio(bool enableEvent, const std::string& actionName, float… in WriteActionTriggeredHiSysEventWithRatio()
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
D | thermal_action_factory.cpp | 62 std::shared_ptr<IThermalAction> ThermalActionFactory::Create(const std::string& actionName) in Create()
|
D | thermal_action_manager.cpp | 63 void ThermalActionManager::InsertActionMap(const std::string& actionName, const std::string& protoc… in InsertActionMap()
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/ |
D | action_cpu_lit.cpp | 31 ActionCpuLit::ActionCpuLit(const std::string& actionName) in ActionCpuLit()
|
D | action_cpu_big.cpp | 31 ActionCpuBig::ActionCpuBig(const std::string& actionName) in ActionCpuBig()
|
D | action_gpu.cpp | 31 ActionGpu::ActionGpu(const std::string& actionName) in ActionGpu()
|
D | action_cpu_med.cpp | 31 ActionCpuMed::ActionCpuMed(const std::string& actionName) in ActionCpuMed()
|
/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
D | thermal_policy.h | 35 std::string actionName; member
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
D | action_popup.cpp | 37 ActionPopup::ActionPopup(const std::string& actionName) in ActionPopup()
|
D | action_display.cpp | 33 ActionDisplay::ActionDisplay(const std::string& actionName) in ActionDisplay()
|
D | action_voltage.cpp | 37 ActionVoltage::ActionVoltage(const std::string& actionName) in ActionVoltage()
|
D | action_charger.cpp | 34 ActionCharger::ActionCharger(const std::string& actionName) in ActionCharger()
|
D | action_volume.cpp | 35 ActionVolume::ActionVolume(const std::string& actionName) in ActionVolume()
|
D | action_shutdown.cpp | 39 ActionShutdown::ActionShutdown(const std::string& actionName) in ActionShutdown()
|
D | action_application_process.cpp | 43 ActionApplicationProcess::ActionApplicationProcess(const std::string& actionName) in ActionApplicationProcess()
|
D | action_thermal_level.cpp | 44 ActionThermalLevel::ActionThermalLevel(const std::string& actionName) in ActionThermalLevel()
|
/base/powermgr/thermal_manager/services/native/test/unittest/src/ |
D | thermal_action_report_test.cpp | 194 std::string ThermalActionReportTest::GetActionValue(const std::string& actionName, uint32_t level) in GetActionValue() 206 std::string ThermalActionReportTest::ActionDecision(const std::string& actionName, std::vector<Poli… in ActionDecision() 216 std::string ThermalActionReportTest::ActionValueDecision(const std::string& actionName, in ActionValueDecision() 248 std::string ThermalActionReportTest::LcdValueDecision(const std::string& actionName, in LcdValueDecision() 354 void ThermalActionReportTest::ThermalActionTriggered(const std::string& actionName, int32_t level, in ThermalActionTriggered()
|
D | thermal_config_file_parser.cpp | 38 bool ThermalConfigFileParser::GetActionEnableEvent(const std::string& actionName) in GetActionEnableEvent() 49 bool ThermalConfigFileParser::GetActionStrict(const std::string& actionName) in GetActionStrict()
|
/base/powermgr/battery_statistics/services/native/test/unittest/src/ |
D | stats_dump_test.cpp | 267 std::string actionName = "thermallevel"; variable
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
D | thermal_observer.cpp | 204 void ThermalObserver::SetDecisionValue(const std::string& actionName, const std::string& actionValu… in SetDecisionValue()
|