Searched refs:THERMAL_LOG_ENABLE (Results 1 – 1 of 1) sorted by relevance
54 const std::string THERMAL_LOG_ENABLE = "persist.thermal.log.enable"; variable370 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()