Home
last modified time | relevance | path

Searched refs:IsLastWorkTimeout (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp126 ErrCode WorkSchedulerSrvClient::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkSchedulerSrvClient
134 errCode = iWorkSchedService_->IsLastWorkTimeout(workId, result); in IsLastWorkTimeout()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Diwork_sched_service.h68 virtual int32_t IsLastWorkTimeout(int32_t workId, bool &result) = 0;
H A Dworkscheduler_srv_client.h66 ErrCode IsLastWorkTimeout(int32_t workId, bool &result);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h69 int32_t IsLastWorkTimeout(int32_t workId, bool &result) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_status.h108 bool IsLastWorkTimeout();
H A Dwork_policy_manager.h99 int32_t IsLastWorkTimeout(int32_t workId, int32_t uid, bool &result);
H A Dwork_scheduler_service.h95 int32_t IsLastWorkTimeout(int32_t workId, bool &result) override;
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dis_last_work_time_out.cpp99 WorkSchedulerSrvClient::GetInstance().IsLastWorkTimeout(asyncCallbackInfo->workId, in IsLastWorkTimeOut()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp98 ErrCode ret = WorkSchedulerSrvClient::GetInstance().IsLastWorkTimeout(workId, result);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp210 return IsLastWorkTimeout(workId, result); in IsLastWorkTimeoutStub()
H A Dwork_sched_service_proxy.cpp144 int32_t WorkSchedServiceProxy::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkSchedServiceProxy
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp95 return WorkSchedulerSrvClient::GetInstance().IsLastWorkTimeout(workId, result); in CJ_IsLastWorkTimeOut()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp112 int32_t IsLastWorkTimeout(int32_t workId, bool &result) { return 0; } in IsLastWorkTimeout() function in OHOS::WorkScheduler::MyWorkSchedulerService
247 auto ret = workSchedulerService_->IsLastWorkTimeout(1, result);
H A Dwork_status_test.cpp634 bool ret = workStatus_->IsLastWorkTimeout();
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp260 int32_t WorkPolicyManager::IsLastWorkTimeout(int32_t workId, int32_t uid, bool &result) in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkPolicyManager
267 return workStatus->IsLastWorkTimeout(); in IsLastWorkTimeout()
H A Dwork_status.cpp500 bool WorkStatus::IsLastWorkTimeout() in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkStatus
H A Dwork_scheduler_service.cpp814 int32_t WorkSchedulerService::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkSchedulerService
822 return workPolicyManager_->IsLastWorkTimeout(workId, uid, result); in IsLastWorkTimeout()