Searched refs:CPU_BIG_ACTION_NAME (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_action_report_test.cpp | 337 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 376 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 416 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 456 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 496 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 536 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 576 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 616 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 656 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); 697 ThermalActionReportTest::ThermalActionTriggered(CPU_BIG_ACTION_NAME, level, actualDumpInfo); [all …]
|
H A D | thermal_policy_test.cpp | 153 actionMap["test"] = std::make_shared<ActionCpuBig>(CPU_BIG_ACTION_NAME); 154 actionMap["test1"] = std::make_shared<ActionCpuBig>(CPU_BIG_ACTION_NAME); 155 actionMap["test2"] = std::make_shared<ActionCpuBig>(CPU_BIG_ACTION_NAME);
|
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/ |
H A D | constants.h | 24 const std::string CPU_BIG_ACTION_NAME = "cpu_big"; variable
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
H A D | thermal_action_factory.cpp | 45 std::make_pair(CPU_BIG_ACTION_NAME, in InitFactory()
|