Home
last modified time | relevance | path

Searched refs:StartWork (Results 1 - 21 of 21) sorted by relevance

/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dstart_work.cpp27 napi_value StartWork(napi_env env, napi_callback_info info) in StartWork() function
47 ErrCode errCode = WorkSchedulerSrvClient::GetInstance().StartWork(workInfo); in StartWork()
H A Dinit.cpp45 DECLARE_NAPI_FUNCTION("startWork", StartWork), in InitApi()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandclearworks_fuzzer/
H A Dworkschedulerstopandclearworks_fuzzer.cpp44 workSchedulerService_->StartWork(workInfo); in TirggerBatteryStatusListener()
62 workSchedulerService_->StartWork(workInfo); in TirggerStorageLevelListener()
80 workSchedulerService_->StartWork(workInfo); in TirggerChargerListener()
98 workSchedulerService_->StartWork(workInfo); in TirggerNetworkListener()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dstart_work.h26 napi_value StartWork(napi_env env, napi_callback_info info);
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_conn_manager.h38 bool StartWork(std::shared_ptr<WorkStatus> workStatus);
H A Dwork_scheduler_service.h67 int32_t StartWork(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dworkscheduler_srv_client.h38 ErrCode StartWork(WorkInfo& workInfo);
H A Diwork_sched_service.h40 virtual int32_t StartWork(WorkInfo& workInfo) = 0;
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandcancelwork_fuzzer/
H A Dworkschedulerstopandcancelwork_fuzzer.cpp60 workSchedulerService_->StartWork(workInfo); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h41 int32_t StartWork(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/
H A Dworkschedulerstopwork_fuzzer.cpp60 workSchedulerService_->StartWork(workInfo); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp78 ErrCode WorkSchedulerSrvClient::StartWork(WorkInfo& workInfo) in StartWork() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
87 return iWorkSchedService_->StartWork(workInfo); in StartWork()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_conn_manager_test.cpp111 * @tc.desc: Test WorkConnManager StartWork.
127 bool ret = workConnManager_->StartWork(workStatus); in HWTEST_F()
133 * @tc.desc: Test WorkConnManager StartWork.
145 bool ret = workConnManager_->StartWork(workStatus); in HWTEST_F()
H A Dworkschedulerservice_test.cpp108 int32_t StartWork(WorkInfo& workInfo) { return 0; } in StartWork() function in OHOS::WorkScheduler::MyWorkSchedulerService
143 ret = workSchedulerService_->StartWork(workinfo); in HWTEST_F()
147 ret = workSchedulerService_->StartWork(workinfo); in HWTEST_F()
151 ret = workSchedulerService_->StartWork(workinfo); in HWTEST_F()
155 ret = workSchedulerService_->StartWork(workinfo); in HWTEST_F()
157 ret = workSchedulerService_->StartWork(workinfo); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp39 * @tc.desc: Test StartWork
46 auto ret = WorkSchedulerSrvClient::GetInstance().StartWork(workInfo); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_conn_manager.cpp63 bool WorkConnManager::StartWork(shared_ptr<WorkStatus> workStatus) in StartWork() function in OHOS::WorkScheduler::WorkConnManager
H A Dwork_policy_manager.cpp410 bool ret = workConnManager_->StartWork(topWork); in RealStartWork()
667 bool ret = workConnManager_->StartWork(topWork); in TriggerIdeWork()
H A Dwork_scheduler_service.cpp600 int32_t WorkSchedulerService::StartWork(WorkInfo& workInfo) in StartWork() function in OHOS::WorkScheduler::WorkSchedulerService
602 HitraceScoped traceScoped(HITRACE_TAG_OHOS, "WorkSchedulerService::StartWork"); in StartWork()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp36 ErrCode errCode = WorkSchedulerSrvClient::GetInstance().StartWork(workInfo); in CJ_StartWork()
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp156 return StartWork(*workInfo); in StartWorkStub()
H A Dwork_sched_service_proxy.cpp26 int32_t WorkSchedServiceProxy::StartWork(WorkInfo& workInfo) in StartWork() function in OHOS::WorkScheduler::WorkSchedServiceProxy
28 WS_HILOGI("proxy Call StartWork come in"); in StartWork()
42 WS_HILOGE("StartWork failed, write workinfo failed!"); in StartWork()

Completed in 11 milliseconds