Home
last modified time | relevance | path

Searched refs:StopAndCancelWork (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp102 ErrCode WorkSchedulerSrvClient::StopAndCancelWork(WorkInfo& workInfo) in StopAndCancelWork() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
111 return iWorkSchedService_->StopAndCancelWork(workInfo); in StopAndCancelWork()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Diwork_sched_service.h54 virtual int32_t StopAndCancelWork(WorkInfo& workInfo) = 0;
H A Dworkscheduler_srv_client.h52 ErrCode StopAndCancelWork(WorkInfo& workInfo);
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dstop_work.cpp54 errCode = WorkSchedulerSrvClient::GetInstance().StopAndCancelWork(workInfo); in StopWork()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h55 int32_t StopAndCancelWork(WorkInfo& workInfo) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp110 int32_t StopAndCancelWork(WorkInfo& workInfo) { return 0; } in StopAndCancelWork() function in OHOS::WorkScheduler::MyWorkSchedulerService
203 ret = workSchedulerService_->StopAndCancelWork(workinfo);
207 ret = workSchedulerService_->StopAndCancelWork(workinfo);
211 ret = workSchedulerService_->StopAndCancelWork(workinfo);
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp72 auto ret = WorkSchedulerSrvClient::GetInstance().StopAndCancelWork(workInfo);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h81 int32_t StopAndCancelWork(WorkInfo& workInfo) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp199 return StopAndCancelWork(*workInfo); in StopAndCancelWorkStub()
H A Dwork_sched_service_proxy.cpp88 int32_t WorkSchedServiceProxy::StopAndCancelWork(WorkInfo& workInfo) in StopAndCancelWork() function in OHOS::WorkScheduler::WorkSchedServiceProxy
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp740 int32_t WorkSchedulerService::StopAndCancelWork(WorkInfo& workInfo) in StopAndCancelWork() function in OHOS::WorkScheduler::WorkSchedulerService