Home
last modified time | relevance | path

Searched defs:StartWork (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/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
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/include/
H A Dbase_promise_session.h32 napi_value StartWork(napi_env env, size_t startIndex, const napi_value *args) override in StartWork() function
H A Dbase_async_session.h40 napi_value StartWork(napi_env env, size_t startIndex, const napi_value *args) override in StartWork() function
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_session.cpp42 napi_value NapiSession::StartWork(napi_env env, const napi_value *args, DoWorkFunction worker, void… in StartWork() function in OHOS::UpdateEngine::NapiSession
/ohos5.0/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_scheduler_service.cpp669 int32_t WorkSchedulerService::StartWork(WorkInfo& workInfo) in StartWork() function in OHOS::WorkScheduler::WorkSchedulerService
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp78 ErrCode WorkSchedulerSrvClient::StartWork(WorkInfo& workInfo) in StartWork() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_session.cpp53 napi_value UpdateListener::StartWork(napi_env env, size_t startIndex, const napi_value *args) in StartWork() function in OHOS::UpdateEngine::UpdateListener
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_proxy.cpp26 int32_t WorkSchedServiceProxy::StartWork(WorkInfo& workInfo) in StartWork() function in OHOS::WorkScheduler::WorkSchedServiceProxy
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp108 int32_t StartWork(WorkInfo& workInfo) { return 0; } in StartWork() function in OHOS::WorkScheduler::MyWorkSchedulerService