Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h246 bool CheckEffiResApplyInfo(int32_t uid);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp40 … !DelayedSingleton<WorkSchedulerService>::GetInstance()->CheckEffiResApplyInfo(it->uid_)) { in OnConditionChanged()
H A Dwork_status.cpp231 if (DelayedSingleton<WorkSchedulerService>::GetInstance()->CheckEffiResApplyInfo(uid_)) { in IsReady()
H A Dwork_policy_manager.cpp460 if (!wmsptr->CheckEffiResApplyInfo(topWork->uid_)) { in UpdateWatchdogTime()
H A Dwork_scheduler_service.cpp1205 bool WorkSchedulerService::CheckEffiResApplyInfo(int32_t uid) in CheckEffiResApplyInfo() function in OHOS::WorkScheduler::WorkSchedulerService
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp917 bool ret = workSchedulerService_->CheckEffiResApplyInfo(1);