Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dworkscheduler_srv_client.h66 ErrCode IsLastWorkTimeout(int32_t workId, bool &result);
H A Diwork_sched_service.h68 virtual int32_t IsLastWorkTimeout(int32_t workId, bool &result) = 0;
/foundation/resourceschedule/work_scheduler/services/zidl/include/
H A Dwork_sched_service_proxy.h69 int32_t IsLastWorkTimeout(int32_t workId, bool &result) override;
/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()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_status.h108 bool IsLastWorkTimeout();
H A Dwork_scheduler_service.h95 int32_t IsLastWorkTimeout(int32_t workId, bool &result) override;
H A Dwork_policy_manager.h99 int32_t IsLastWorkTimeout(int32_t workId, int32_t uid, bool &result);
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dis_last_work_time_out.cpp99 WorkSchedulerSrvClient::GetInstance().IsLastWorkTimeout(asyncCallbackInfo->workId, in IsLastWorkTimeOut()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dwork_sched_client_test.cpp90 * @tc.desc: Test IsLastWorkTimeout
98 ErrCode ret = WorkSchedulerSrvClient::GetInstance().IsLastWorkTimeout(workId, result); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp95 return WorkSchedulerSrvClient::GetInstance().IsLastWorkTimeout(workId, result); in CJ_IsLastWorkTimeOut()
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_stub.cpp187 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
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp258 int32_t WorkPolicyManager::IsLastWorkTimeout(int32_t workId, int32_t uid, bool &result) in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkPolicyManager
265 return workStatus->IsLastWorkTimeout(); in IsLastWorkTimeout()
H A Dwork_status.cpp443 bool WorkStatus::IsLastWorkTimeout() in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkStatus
H A Dwork_scheduler_service.cpp742 int32_t WorkSchedulerService::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkSchedulerService
744 HitraceScoped traceScoped(HITRACE_TAG_OHOS, "WorkSchedulerService::IsLastWorkTimeout"); in IsLastWorkTimeout()
750 return workPolicyManager_->IsLastWorkTimeout(workId, uid, result); in IsLastWorkTimeout()
/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
239 * @tc.desc: Test WorkSchedulerService IsLastWorkTimeout.
246 auto ret = workSchedulerService_->IsLastWorkTimeout(1, result); in HWTEST_F()
H A Dwork_status_test.cpp637 bool ret = workStatus_->IsLastWorkTimeout(); in HWTEST_F()

Completed in 16 milliseconds