Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_action_factory.cpp66 std::make_shared<ActionApplicationProcess>(PROCESS_ACTION_NAME); in InitFactory()
68 g_actionMap.insert(std::make_pair(PROCESS_ACTION_NAME, actionAppProcess)); in InitFactory()
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_action_report_test.cpp319 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
361 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
403 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
445 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
487 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
529 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
571 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
613 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
655 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
698 ThermalActionReportTest::ThermalActionTriggered(PROCESS_ACTION_NAME, level, actualDumpInfo);
[all …]
/base/powermgr/thermal_manager/utils/native/include/
Dconstants.h33 constexpr const char* PROCESS_ACTION_NAME = "process_ctrl"; variable