/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
H A D | thermal_action_factory.cpp | 81 Create(const std::string& actionClass, const std::string& actionName) Create() argument [all...] |
H A D | thermal_action_manager.cpp | 144 void ThermalActionManager::EnableMock(const std::string& actionName, void* mockAction) in EnableMock() argument
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/ |
H A D | action_cpu_big.cpp | 27 ActionCpuBig::ActionCpuBig(const std::string& actionName) in ActionCpuBig() argument
|
H A D | action_cpu_boost.cpp | 28 ActionCpuBoost::ActionCpuBoost(const std::string& actionName) in ActionCpuBoost() argument
|
H A D | action_cpu_isolate.cpp | 27 ActionCpuIsolate::ActionCpuIsolate(const std::string& actionName) in ActionCpuIsolate() argument
|
H A D | action_cpu_lit.cpp | 27 ActionCpuLit::ActionCpuLit(const std::string& actionName) in ActionCpuLit() argument
|
H A D | action_cpu_med.cpp | 27 ActionCpuMed::ActionCpuMed(const std::string& actionName) in ActionCpuMed() argument
|
H A D | action_gpu.cpp | 27 ActionGpu::ActionGpu(const std::string& actionName) in ActionGpu() argument
|
/base/powermgr/thermal_manager/services/native/include/thermal_policy/ |
H A D | thermal_policy.h | 29 std::string actionName; member
|
/base/powermgr/thermal_manager/utils/native/src/ |
H A D | thermal_hisysevent.cpp | 46 void WriteActionTriggeredHiSysEvent(bool enableEvent, const std::string& actionName, int32_t value) in WriteActionTriggeredHiSysEvent() argument 53 void WriteActionTriggeredHiSysEventWithRatio(bool enableEvent, const std::string& actionName, float value) in WriteActionTriggeredHiSysEventWithRatio() argument
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
H A D | action_popup.cpp | 36 ActionPopup::ActionPopup(const std::string& actionName) in ActionPopup() argument
|
H A D | action_display.cpp | 37 ActionDisplay::ActionDisplay(const std::string& actionName) in ActionDisplay() argument
|
H A D | action_node.cpp | 31 ActionNode::ActionNode(const std::string& actionName) in ActionNode() argument
|
H A D | action_airplane.cpp | 33 ActionAirplane::ActionAirplane(const std::string& actionName) in ActionAirplane() argument
|
H A D | action_voltage.cpp | 36 ActionVoltage::ActionVoltage(const std::string& actionName) in ActionVoltage() argument
|
H A D | action_application_process.cpp | 43 ActionApplicationProcess::ActionApplicationProcess(const std::string& actionName) in ActionApplicationProcess() argument
|
H A D | action_charger.cpp | 35 ActionCharger::ActionCharger(const std::string& actionName) in ActionCharger() argument
|
H A D | action_shutdown.cpp | 40 ActionShutdown::ActionShutdown(const std::string& actionName) in ActionShutdown() argument
|
H A D | action_thermal_level.cpp | 41 ActionThermalLevel::ActionThermalLevel(const std::string& actionName) in ActionThermalLevel() argument
|
H A D | action_volume.cpp | 39 ActionVolume::ActionVolume(const std::string& actionName) in ActionVolume() argument
|
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_dump_test.cpp | 283 std::string actionName = "thermallevel"; in HWTEST_F() local
|
/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_dump_test.cpp | 379 std::string actionName = "thermallevel"; in HWTEST_F() local
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_observer.cpp | 223 void ThermalObserver::SetDecisionValue(const std::string& actionName, const std::string& actionValue) in SetDecisionValue() argument
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_action_report_test.cpp | 91 std::string ThermalActionReportTest::GetActionValue(const std::string& actionName, uint32_t level) in GetActionValue() argument 103 std::string ThermalActionReportTest::ActionDecision(const std::string& actionName, std::vector<PolicyAction>& vAction) in ActionDecision() argument 113 ActionValueDecision( const std::string& actionName, std::vector<PolicyAction>& vAction) ActionValueDecision() argument 145 LcdValueDecision(const std::string& actionName, std::vector<PolicyAction>& vAction) LcdValueDecision() argument 251 ThermalActionTriggered( const std::string& actionName, int32_t level, const std::string& dumpInfo, bool isReversed) ThermalActionTriggered() argument 257 GTEST_LOG_(INFO) << __func__ << " action name: " << actionName << " enalbe event flag is false, return"; ThermalActionTriggered() local [all...] |
/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 694 void ThermalService::EnableMock(const std::string& actionName, void* mockObject) in EnableMock() argument
|