Home
last modified time | relevance | path

Searched refs:UpdateWorkBeforeRealStart (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp896 workSchedulerService_->UpdateWorkBeforeRealStart(workStatus);
901 workSchedulerService_->UpdateWorkBeforeRealStart(workStatus);
906 workSchedulerService_->UpdateWorkBeforeRealStart(workStatus);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h173 void UpdateWorkBeforeRealStart(std::shared_ptr<WorkStatus> work);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp433 wss_.lock()->UpdateWorkBeforeRealStart(topWork); in RealStartWork()
H A Dwork_scheduler_service.cpp868 void WorkSchedulerService::UpdateWorkBeforeRealStart(std::shared_ptr<WorkStatus> work) in UpdateWorkBeforeRealStart() function in OHOS::WorkScheduler::WorkSchedulerService