Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp54 const int32_t DUMP_SET_MAX_COUNT_LIMIT = 100; variable
291 if (currentMaxRunning > 0 && currentMaxRunning <= DUMP_SET_MAX_COUNT_LIMIT) { in GetMaxRunningCount()