Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp440 bool isPerfFirst = (type == ACTION_TYPE_PERF || type == ACTION_TYPE_PERFLVL); in InnerArbitrateCandidatesValue() local
442 int64_t res = isPerfFirst ? MIN_INT_VALUE : MAX_INT_VALUE; in InnerArbitrateCandidatesValue()
446 if (((*iter)->value > res && isPerfFirst) in InnerArbitrateCandidatesValue()
447 || ((*iter)->value < res && !isPerfFirst)) { in InnerArbitrateCandidatesValue()