Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dtimer_listener.cpp41 uint32_t time = workQueueManager_->GetTimeCycle(); in Start()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_queue_manager.h97 uint32_t GetTimeCycle();
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue_manager.cpp263 uint32_t WorkQueueManager::GetTimeCycle() in GetTimeCycle() function in OHOS::WorkScheduler::WorkQueueManager
H A Dwork_scheduler_service.cpp212 if (minCheckTime_ && minCheckTime_ < workQueueManager_->GetTimeCycle()) { in InitPreinstalledWork()
315 minCheckTime_ = workQueueManager_->GetTimeCycle(); in LoadMinRepeatTimeFromFile()
1014 .append("Repeat cycle time min:" + std::to_string(workQueueManager_->GetTimeCycle()) + "\n") in DumpAllInfo()