Home
last modified time | relevance | path

Searched refs:RemoveWork (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_queue_manager.h62 bool RemoveWork(std::shared_ptr<WorkStatus> workStatus);
H A Dwork_policy_manager.h73 bool RemoveWork(std::shared_ptr<WorkStatus> workStatus, int32_t uid);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_policy_manager_test.cpp166 bool ret = workPolicyManager_->RemoveWork(workStatus, uid);
187 bool ret = workPolicyManager_->RemoveWork(workStatus, uid);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue_manager.cpp75 bool WorkQueueManager::RemoveWork(shared_ptr<WorkStatus> workStatus) in RemoveWork() function in OHOS::WorkScheduler::WorkQueueManager
H A Dwork_policy_manager.cpp166 bool WorkPolicyManager::RemoveWork(shared_ptr<WorkStatus> workStatus, int32_t uid) in RemoveWork() function in OHOS::WorkScheduler::WorkPolicyManager
H A Dwork_scheduler_service.cpp875 workQueueManager_->RemoveWork(work); in UpdateWorkBeforeRealStart()
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c848 static void RemoveWork(struct SecStorageType *transControl) in RemoveWork() function
1208 { SEC_SEEK, SeekWork }, { SEC_REMOVE, RemoveWork },