Searched refs:CPU_BIG_ACTION_NAME (Results 1 – 4 of 4) sorted by relevance
/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
D | thermal_action_factory.cpp | 46 …g_actionMap.insert(std::make_pair(CPU_BIG_ACTION_NAME, std::make_shared<ActionCpuBig>(CPU_BIG_ACTI… in InitFactory()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_action_report_test.cpp | 314 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 356 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 398 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 440 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 482 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 524 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 566 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 608 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 650 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 693 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); [all …]
|
D | thermal_service_test.cpp | 643 actionMap["test"] = std::make_shared<ActionCpuBig>(CPU_BIG_ACTION_NAME); 644 actionMap["test1"] = std::make_shared<ActionCpuBig>(CPU_BIG_ACTION_NAME); 645 actionMap["test2"] = std::make_shared<ActionCpuBig>(CPU_BIG_ACTION_NAME);
|
/base/powermgr/thermal_manager/utils/native/include/ |
D | constants.h | 24 constexpr const char* CPU_BIG_ACTION_NAME = "cpu_big"; variable
|