Home
last modified time | relevance | path

Searched defs:enableEvent (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/thermal_manager/utils/native/src/
Dthermal_hisysevent.cpp35 void WriteLevelChangedHiSysEvent(bool enableEvent, int32_t level) in WriteLevelChangedHiSysEvent()
42 void WriteActionTriggeredHiSysEvent(bool enableEvent, const std::string& actionName, int32_t value) in WriteActionTriggeredHiSysEvent()
49 void WriteActionTriggeredHiSysEventWithRatio(bool enableEvent, const std::string& actionName, float… in WriteActionTriggeredHiSysEventWithRatio()
/base/powermgr/thermal_manager/services/native/include/thermal_action/
Dthermal_action_manager.h35 bool enableEvent = false; member
/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_action_manager.cpp64 bool enableEvent) in InsertActionMap()
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_action_report_test.cpp242 bool enableEvent = g_configParser->GetActionEnableEvent(actionName); in ThermalActionTriggered() local