/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | workscheduler_srv_client.cpp | 126 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 D | iwork_sched_service.h | 68 virtual int32_t IsLastWorkTimeout(int32_t workId, bool &result) = 0;
|
H A D | workscheduler_srv_client.h | 66 ErrCode IsLastWorkTimeout(int32_t workId, bool &result);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/include/ |
H A D | work_sched_service_proxy.h | 69 int32_t IsLastWorkTimeout(int32_t workId, bool &result) override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_status.h | 108 bool IsLastWorkTimeout();
|
H A D | work_policy_manager.h | 99 int32_t IsLastWorkTimeout(int32_t workId, int32_t uid, bool &result);
|
H A D | work_scheduler_service.h | 95 int32_t IsLastWorkTimeout(int32_t workId, bool &result) override;
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | is_last_work_time_out.cpp | 99 WorkSchedulerSrvClient::GetInstance().IsLastWorkTimeout(asyncCallbackInfo->workId, in IsLastWorkTimeOut()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | work_sched_client_test.cpp | 98 ErrCode ret = WorkSchedulerSrvClient::GetInstance().IsLastWorkTimeout(workId, result);
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/ |
H A D | work_sched_service_stub.cpp | 210 return IsLastWorkTimeout(workId, result); in IsLastWorkTimeoutStub()
|
H A D | work_sched_service_proxy.cpp | 144 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 D | work_scheduler_ffi.cpp | 95 return WorkSchedulerSrvClient::GetInstance().IsLastWorkTimeout(workId, result); in CJ_IsLastWorkTimeOut()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | workschedulerservice_test.cpp | 112 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 D | work_status_test.cpp | 634 bool ret = workStatus_->IsLastWorkTimeout();
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_policy_manager.cpp | 260 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 D | work_status.cpp | 500 bool WorkStatus::IsLastWorkTimeout() in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkStatus
|
H A D | work_scheduler_service.cpp | 814 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()
|