Home
last modified time | relevance | path

Searched refs:FALLBACK_VALUE_UINT_ZERO (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/
H A Daction_cpu_boost.cpp78 uint32_t value = FALLBACK_VALUE_UINT_ZERO; in GetActionValue()
H A Daction_cpu_isolate.cpp72 uint32_t value = FALLBACK_VALUE_UINT_ZERO; in GetActionValue()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_popup.cpp81 uint32_t value = FALLBACK_VALUE_UINT_ZERO; in GetActionValue()
H A Daction_shutdown.cpp89 uint32_t value = FALLBACK_VALUE_UINT_ZERO; in GetActionValue()
H A Daction_voltage.cpp82 uint32_t value = FALLBACK_VALUE_UINT_ZERO; in GetActionValue()
H A Daction_charger.cpp81 uint32_t value = FALLBACK_VALUE_UINT_ZERO; in GetActionValue()
H A Daction_application_process.cpp94 uint32_t value = FALLBACK_VALUE_UINT_ZERO; in GetActionValue()
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/
H A Dconstants.h79 constexpr uint32_t FALLBACK_VALUE_UINT_ZERO = 0; variable