Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h153 bool StopAndClearWorksByUid(int32_t uid);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp789 StopAndClearWorksByUid(IPCSkeleton::GetCallingUid()); in StopAndClearWorks()
793 bool WorkSchedulerService::StopAndClearWorksByUid(int32_t uid) in StopAndClearWorksByUid() function in OHOS::WorkScheduler::WorkSchedulerService
H A Dwork_policy_manager.cpp345 service->StopAndClearWorksByUid(detectorVal->intVal); in OnPolicyChanged()