Home
last modified time | relevance | path

Searched refs:TempStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_popup.cpp96 ShowThermalDialog(ActionPopup::TempStatus::LOWER_TEMP); in HandlePopupEvent()
100 ShowThermalDialog(ActionPopup::TempStatus::HIGHER_TEMP); in HandlePopupEvent()
108 bool ActionPopup::ShowThermalDialog(TempStatus value) in ShowThermalDialog()
115 if (value == TempStatus::LOWER_TEMP) { in ShowThermalDialog()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
H A Daction_popup.h27 enum TempStatus { enum
37 bool ShowThermalDialog(TempStatus value);
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_dialog_test.cpp70 EXPECT_TRUE(popup->ShowThermalDialog(ActionPopup::TempStatus::HIGHER_TEMP));
82 EXPECT_TRUE(popup->ShowThermalDialog(ActionPopup::TempStatus::LOWER_TEMP));
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_mgr_dumper.cpp117 tms->GetActionPopup()->ShowThermalDialog(ActionPopup::TempStatus::HIGHER_TEMP); in DumpPolicy()