Home
last modified time | relevance | path

Searched defs:StopWork (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dstop_work.cpp28 napi_value StopWork(napi_env env, napi_callback_info info) in StopWork() function
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_connection.cpp28 void WorkSchedulerConnection::StopWork() in StopWork() function in OHOS::WorkScheduler::WorkSchedulerConnection
H A Dwork_conn_manager.cpp146 bool WorkConnManager::StopWork(shared_ptr<WorkStatus> workStatus, bool isTimeOut) in StopWork() function in OHOS::WorkScheduler::WorkConnManager
H A Dwork_policy_manager.cpp207 bool WorkPolicyManager::StopWork(std::shared_ptr<WorkStatus> workStatus, int32_t uid, in StopWork() function in OHOS::WorkScheduler::WorkPolicyManager
H A Dwork_scheduler_service.cpp719 int32_t WorkSchedulerService::StopWork(WorkInfo& workInfo) in StopWork() function in OHOS::WorkScheduler::WorkSchedulerService
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp90 ErrCode WorkSchedulerSrvClient::StopWork(WorkInfo& workInfo) in StopWork() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_proxy.cpp58 int32_t WorkSchedServiceProxy::StopWork(WorkInfo& workInfo) in StopWork() function in OHOS::WorkScheduler::WorkSchedServiceProxy
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp109 int32_t StopWork(WorkInfo& workInfo) { return 0; }; in StopWork() function in OHOS::WorkScheduler::MyWorkSchedulerService