Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h294 bool CheckWorkInfo(WorkInfo& workInfo, int32_t& uid);
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp569 bool WorkSchedulerService::CheckWorkInfo(WorkInfo &workInfo, int32_t &uid) in CheckWorkInfo() function in OHOS::WorkScheduler::WorkSchedulerService
608 if (checkBundle_ && !CheckWorkInfo(workInfo, uid)) { in StartWork()
658 if (checkBundle_ && !CheckWorkInfo(workInfo, uid)) { in StopWork()
678 if (checkBundle_ && !CheckWorkInfo(workInfo, uid)) { in StopAndCancelWork()

Completed in 5 milliseconds