Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp391 int32_t allowRunningCount = GetMaxRunningCount(policyName); in CheckWorkToRun() local
392 if (runningCount < allowRunningCount || IsSpecialScene(topWork, runningCount)) { in CheckWorkToRun()
406 policyName.c_str(), topWork->bundleName_.c_str(), runningCount, allowRunningCount); in CheckWorkToRun()