Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h106 void RequestBaseTimeAndCycle(time_t baseTime, int32_t cycle);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp166 workInfo_->RequestBaseTimeAndCycle(baseTime_, cycleLeft - 1); in UpdateTimerIfNeed()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp611 workInfo.RequestBaseTimeAndCycle(result, 20);
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp109 void WorkInfo::RequestBaseTimeAndCycle(time_t baseTime, int32_t cycle) in RequestBaseTimeAndCycle() function in OHOS::WorkScheduler::WorkInfo