Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h58 const int32_t NODE_DEFAULT_VALUE = -1; variable
223 candidate = NODE_DEFAULT_VALUE; in ResStatus()
224 currentValue = NODE_DEFAULT_VALUE; in ResStatus()
225 previousValue = NODE_DEFAULT_VALUE; in ResStatus()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_wirte_node.cpp85 if (currValue == NODE_DEFAULT_VALUE) { in UpdateResIdCurrentValue()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/
H A Dsocperf_common.h40 const int32_t NODE_DEFAULT_VALUE = -1; variable
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp547 if (resStatusInfo_[pairResId]->candidate == NODE_DEFAULT_VALUE) { in ArbitratePairRes()
601 resStatus->candidate = NODE_DEFAULT_VALUE; in ExistNoCandidate()