Home
last modified time | relevance | path

Searched defs:StopAndClearWorks (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dstop_and_clear_works.cpp23 napi_value StopAndClearWorks(napi_env env, napi_callback_info info) in StopAndClearWorks() function
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp114 ErrCode WorkSchedulerSrvClient::StopAndClearWorks() in StopAndClearWorks() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue_manager.cpp227 bool WorkQueueManager::StopAndClearWorks(list<shared_ptr<WorkStatus>> workList) in StopAndClearWorks() function in OHOS::WorkScheduler::WorkQueueManager
H A Dwork_policy_manager.cpp242 bool WorkPolicyManager::StopAndClearWorks(int32_t uid) in StopAndClearWorks() function in OHOS::WorkScheduler::WorkPolicyManager
H A Dwork_scheduler_service.cpp782 int32_t WorkSchedulerService::StopAndClearWorks() in StopAndClearWorks() function in OHOS::WorkScheduler::WorkSchedulerService
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_proxy.cpp119 int32_t WorkSchedServiceProxy::StopAndClearWorks() in StopAndClearWorks() function in OHOS::WorkScheduler::WorkSchedServiceProxy
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp111 int32_t StopAndClearWorks() { return 0; } in StopAndClearWorks() function in OHOS::WorkScheduler::MyWorkSchedulerService