Home
last modified time | relevance | path

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

/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp376 if (!id || !IsNumber(id) || !IsValidRangeResId(atoi(id))) { in CheckResourceTag()
384 if (pair && (!IsNumber(pair) || !IsValidRangeResId(atoi(pair)))) { in CheckResourceTag()
466 if (!id || !IsNumber(id) || !IsValidRangeResId(atoi(id))) { in CheckGovResourceTag()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/
H A Dsocperf_common.h147 static inline bool IsValidRangeResId(int32_t id) in IsValidRangeResId() function
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp631 if (!id || !IsNumber(id) || !IsValidRangeResId(atoi(id))) { in CheckResourceTag()
639 if (pair && (!IsNumber(pair) || !IsValidRangeResId(atoi(pair)))) { in CheckResourceTag()
721 if (!id || !IsNumber(id) || !IsValidRangeResId(atoi(id))) { in CheckGovResourceTag()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h276 static inline bool IsValidRangeResId(int32_t id) in IsValidRangeResId() function

Completed in 4 milliseconds