Home
last modified time | relevance | path

Searched refs:LCD_ACTION_NAME (Results 1 – 3 of 3) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_action_report_test.cpp94 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/
Dthermal_action_factory.cpp50 …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/
Dconstants.h30 constexpr const char* LCD_ACTION_NAME = "lcd"; variable