Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp226 std::string levInfo = ""; in PrintPolicyState() local
228levInfo.append(clusterIter->first).append("-").append(std::to_string(clusterIter->second)).append(… in PrintPolicyState()
230 THERMAL_HILOGD(COMP_SVC, "current level: %{public}s", levInfo.c_str()); in PrintPolicyState()