Home
last modified time | relevance | path

Searched refs:IsRepeating (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_status.h96 bool IsRepeating();
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_status_test.cpp483 bool ret = workStatus_->IsRepeating();
489 bool ret1 = workStatus_->IsRepeating();
496 bool ret2 = workStatus_->IsRepeating();
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp215 if (!workStatus->IsRepeating()) { in StopWork()
440 if (!topWork->IsRepeating()) { in RealStartWork()
H A Dwork_status.cpp505 bool WorkStatus::IsRepeating() in IsRepeating() function in OHOS::WorkScheduler::WorkStatus
H A Dwork_scheduler_service.cpp876 if (work->persisted_ && !work->IsRepeating()) { in UpdateWorkBeforeRealStart()