Home
last modified time | relevance | path

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

/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h61 const int32_t NODE_DEFAULT_VALUE = -1; member
228 candidate = NODE_DEFAULT_VALUE; in ResStatus()
229 currentValue = NODE_DEFAULT_VALUE; in ResStatus()
230 previousValue = NODE_DEFAULT_VALUE; in ResStatus()
/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()
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp243 resStatus->currentValue == MAX_INT32_VALUE ? NODE_DEFAULT_VALUE : resStatus->currentValue); in SendResStatusToPerfSo()
554 if (resStatusInfo_[pairResId]->candidate == NODE_DEFAULT_VALUE) { in ArbitratePairRes()
608 resStatus->candidate = NODE_DEFAULT_VALUE; in ExistNoCandidate()
/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; member

Completed in 3 milliseconds