Home
last modified time | relevance | path

Searched refs:OnWorkStop (Results 1 - 12 of 12) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_scheduler_stub_imp.cpp32 void WorkSchedulerStubImp::OnWorkStop(WorkInfo& workInfo) in OnWorkStop() function in OHOS::WorkScheduler::WorkSchedulerStubImp
37 extension->OnWorkStop(workInfo); in OnWorkStop()
H A Dwork_scheduler_stub.cpp45 OnWorkStop(*workInfo); in OnRemoteRequest()
H A Dwork_scheduler_proxy.cpp35 void WorkSchedulerProxy::OnWorkStop(WorkInfo& workInfo) in OnWorkStop() function in OHOS::WorkScheduler::WorkSchedulerProxy
/foundation/resourceschedule/work_scheduler/frameworks/extension/include/
H A Diwork_scheduler.h35 * @brief The OnWorkStop callback.
39 virtual void OnWorkStop(WorkInfo& workInfo) = 0;
H A Dwork_scheduler_extension.h79 * @brief The OnWorkStop callback.
83 virtual void OnWorkStop(WorkInfo& workInfo);
H A Djs_work_scheduler_extension.h88 * @brief The OnWorkStop callback.
92 void OnWorkStop(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_scheduler_proxy.h40 * @brief The OnWorkStop callback.
44 void OnWorkStop(WorkInfo& workInfo) override;
H A Dwork_scheduler_stub_imp.h41 * @brief The OnWorkStop callback.
45 void OnWorkStop(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_connection.cpp34 proxy_->OnWorkStop(*workInfo_); in StopWork()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Dwork_scheduler_extension.cpp60 void WorkSchedulerExtension::OnWorkStop(WorkInfo& workInfo) { in OnWorkStop() function in OHOS::WorkScheduler::WorkSchedulerExtension
H A Djs_work_scheduler_extension.cpp395 void JsWorkSchedulerExtension::OnWorkStop(WorkInfo& workInfo) in OnWorkStop() function in OHOS::WorkScheduler::JsWorkSchedulerExtension
416 WorkSchedulerExtension::OnWorkStop(workInfo); in OnWorkStop()
423 WS_HILOGE("WorkSchedulerExtension failed to create workInfoData OnWorkStop"); in OnWorkStop()
/foundation/resourceschedule/work_scheduler/services/test/src/zidl/
H A Dwork_scheduler_proxy_test.cpp72 * @tc.desc: Test WorkSchedulerProxy OnWorkStop.
79 workSchedulerProxy_->OnWorkStop(workInfo); in HWTEST_F()

Completed in 4 milliseconds