Home
last modified time | relevance | path

Searched refs:IsSpecialScene (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h295 bool IsSpecialScene(std::shared_ptr<WorkStatus> topWork);
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp348 bool WorkPolicyManager::IsSpecialScene(std::shared_ptr<WorkStatus> topWork) in IsSpecialScene() function in OHOS::WorkScheduler::WorkPolicyManager
370 if (runningCount < GetMaxRunningCount(policyName) || IsSpecialScene(topWork)) { in CheckWorkToRun()

Completed in 3 milliseconds