Searched refs:LCD_ACTION_NAME (Results 1 – 3 of 3) sorted by relevance
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_action_report_test.cpp | 94 if (actionName == LCD_ACTION_NAME) { in ActionDecision() 251 if (actionName == LCD_ACTION_NAME) { in ThermalActionTriggered() 318 ThermalActionReportTest::ThermalActionTriggered(LCD_ACTION_NAME, level, actualDumpInfo); 360 ThermalActionReportTest::ThermalActionTriggered(LCD_ACTION_NAME, level, actualDumpInfo); 402 ThermalActionReportTest::ThermalActionTriggered(LCD_ACTION_NAME, level, actualDumpInfo); 444 ThermalActionReportTest::ThermalActionTriggered(LCD_ACTION_NAME, level, actualDumpInfo); 486 ThermalActionReportTest::ThermalActionTriggered(LCD_ACTION_NAME, level, actualDumpInfo); 528 ThermalActionReportTest::ThermalActionTriggered(LCD_ACTION_NAME, level, actualDumpInfo); 570 ThermalActionReportTest::ThermalActionTriggered(LCD_ACTION_NAME, level, actualDumpInfo); 612 ThermalActionReportTest::ThermalActionTriggered(LCD_ACTION_NAME, level, actualDumpInfo); [all …]
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
D | thermal_action_factory.cpp | 50 …g_actionMap.insert(std::make_pair(LCD_ACTION_NAME, std::make_shared<ActionDisplay>(LCD_ACTION_NAME… in InitFactory()
|
/base/powermgr/thermal_manager/utils/native/include/ |
D | constants.h | 30 constexpr const char* LCD_ACTION_NAME = "lcd"; variable
|