Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_scheduler_stub_imp.cpp22 void WorkSchedulerStubImp::OnWorkStart(WorkInfo& workInfo) in OnWorkStart() function in OHOS::WorkScheduler::WorkSchedulerStubImp
27 extension->OnWorkStart(workInfo); in OnWorkStart()
H A Dwork_scheduler_stub.cpp36 OnWorkStart(*workInfo); in OnRemoteRequest()
H A Dwork_scheduler_proxy.cpp21 void WorkSchedulerProxy::OnWorkStart(WorkInfo& workInfo) in OnWorkStart() function in OHOS::WorkScheduler::WorkSchedulerProxy
/foundation/resourceschedule/work_scheduler/frameworks/extension/include/
H A Diwork_scheduler.h29 * @brief The OnWorkStart callback.
33 virtual void OnWorkStart(WorkInfo& workInfo) = 0;
H A Dwork_scheduler_extension.h72 * @brief The OnWorkStart callback.
76 virtual void OnWorkStart(WorkInfo& workInfo);
H A Djs_work_scheduler_extension.h81 * @brief The OnWorkStart callback.
85 void OnWorkStart(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_scheduler_proxy.h33 * @brief The OnWorkStart callback.
37 void OnWorkStart(WorkInfo& workInfo) override;
H A Dwork_scheduler_stub_imp.h34 * @brief The OnWorkStart callback.
38 void OnWorkStart(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_connection.cpp46 proxy_->OnWorkStart(*workInfo_); in OnAbilityConnectDone()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Dwork_scheduler_extension.cpp57 void WorkSchedulerExtension::OnWorkStart(WorkInfo& workInfo) { in OnWorkStart() function in OHOS::WorkScheduler::WorkSchedulerExtension
H A Djs_work_scheduler_extension.cpp343 void JsWorkSchedulerExtension::OnWorkStart(WorkInfo& workInfo) in OnWorkStart() function in OHOS::WorkScheduler::JsWorkSchedulerExtension
364 WorkSchedulerExtension::OnWorkStart(workInfo); in OnWorkStart()
371 WS_HILOGE("WorkSchedulerExtension failed to create workInfoData OnWorkStart"); in OnWorkStart()
/foundation/resourceschedule/work_scheduler/services/test/src/zidl/
H A Dwork_scheduler_proxy_test.cpp59 * @tc.desc: Test WorkSchedulerProxy OnWorkStart.
66 workSchedulerProxy_->OnWorkStart(workInfo); in HWTEST_F()

Completed in 4 milliseconds