Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dworkscheduler_srv_client.h52 ErrCode StopAndCancelWork(WorkInfo& workInfo);
H A Diwork_sched_service.h54 virtual int32_t StopAndCancelWork(WorkInfo& workInfo) = 0;
/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h55 int32_t StopAndCancelWork(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dstop_work.cpp54 errCode = WorkSchedulerSrvClient::GetInstance().StopAndCancelWork(workInfo); in StopWork()
/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()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp65 * @tc.desc: Test StopAndCancelWork
72 auto ret = WorkSchedulerSrvClient::GetInstance().StopAndCancelWork(workInfo); in HWTEST_F()
/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
190 * @tc.desc: Test WorkSchedulerService StopAndCancelWork.
202 ret = workSchedulerService_->StopAndCancelWork(workinfo); in HWTEST_F()
206 ret = workSchedulerService_->StopAndCancelWork(workinfo); in HWTEST_F()
210 ret = workSchedulerService_->StopAndCancelWork(workinfo); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h81 int32_t StopAndCancelWork(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp176 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
103 WS_HILOGE("StopAndCancelWork failed, write workinfo failed!"); in StopAndCancelWork()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp671 int32_t WorkSchedulerService::StopAndCancelWork(WorkInfo& workInfo) in StopAndCancelWork() function in OHOS::WorkScheduler::WorkSchedulerService

Completed in 8 milliseconds