Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp54 const std::string THERMAL_LOG_ENABLE = "persist.thermal.log.enable"; variable
370 if (keyStr == THERMAL_LOG_ENABLE) { in InfoChangedCallback()
407 if (OHOS::system::GetStringParameter(THERMAL_LOG_ENABLE, value) != 0) { in GetBoolParameter()
430 enable_ = GetBoolParameter(THERMAL_LOG_ENABLE, true); in Init()
435 WatchParameter(THERMAL_LOG_ENABLE.c_str(), InfoChangedCallback, nullptr); in Init()