Searched refs:CPU_BOOST_ACTION_NAME (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_action_report_test.cpp | 348 ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo); 387 ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo); 427 ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo); 467 ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo); 507 ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo); 547 ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo); 587 ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo); 627 ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo); 668 …ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo, true… 709 …ThermalActionReportTest::ThermalActionTriggered(CPU_BOOST_ACTION_NAME, level, actualDumpInfo, true… [all …]
|
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/ |
H A D | constants.h | 27 const std::string CPU_BOOST_ACTION_NAME = "boost"; variable
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
H A D | thermal_action_factory.cpp | 67 std::make_pair(CPU_BOOST_ACTION_NAME, in InitFactory()
|