Home
last modified time | relevance | path

Searched defs:IsLastWorkTimeout (Results 1 – 6 of 6) 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
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
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/services/native/src/
H A Dwork_status.cpp500 bool WorkStatus::IsLastWorkTimeout() in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkStatus
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
H A Dwork_scheduler_service.cpp814 int32_t WorkSchedulerService::IsLastWorkTimeout(int32_t workId, bool &result) in IsLastWorkTimeout() function in OHOS::WorkScheduler::WorkSchedulerService
/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