Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_popup.cpp95 case LOWER_TEMP: in HandlePopupEvent()
96 ShowThermalDialog(ActionPopup::TempStatus::LOWER_TEMP); in HandlePopupEvent()
115 if (value == TempStatus::LOWER_TEMP) { in ShowThermalDialog()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H A Daction_popup.h28 LOWER_TEMP = 1, enumerator
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_dialog_test.cpp82 EXPECT_TRUE(popup->ShowThermalDialog(ActionPopup::TempStatus::LOWER_TEMP));