Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h246 bool CheckEffiResApplyInfo(int32_t uid);
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp40 !DelayedSingleton<WorkSchedulerService>::GetInstance()->CheckEffiResApplyInfo(it->uid_)) { in OnConditionChanged()
H A Dwork_status.cpp225 if (DelayedSingleton<WorkSchedulerService>::GetInstance()->CheckEffiResApplyInfo(uid_)) { in IsReady()
H A Dwork_policy_manager.cpp435 if (!wmsptr->CheckEffiResApplyInfo(topWork->uid_)) { in UpdateWatchdogTime()
H A Dwork_scheduler_service.cpp1129 bool WorkSchedulerService::CheckEffiResApplyInfo(int32_t uid) in CheckEffiResApplyInfo() function in OHOS::WorkScheduler::WorkSchedulerService
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp920 * @tc.desc: Test WorkSchedulerService CheckEffiResApplyInfo.
926 bool ret = workSchedulerService_->CheckEffiResApplyInfo(1); in HWTEST_F()

Completed in 7 milliseconds