Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_config_sensor_cluster.cpp36 uint32_t expectedLevSize = static_cast<uint32_t>(sensorInfolist_.begin()->second.size()); in CheckStandard() local
39 if (actualLevSize != expectedLevSize) { in CheckStandard()
53 if (actualLevSize == 0 || actualLevSize == expectedLevSize) { in CheckStandard()