Home
last modified time | relevance | path

Searched refs:RequestRepeatCycle (Results 1 - 8 of 8) sorted by relevance

/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h93 void RequestRepeatCycle(uint32_t timeInterval, int32_t cycle);
99 void RequestRepeatCycle(uint32_t timeInterval);
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp220 workInfo.RequestRepeatCycle(timeInterval, 3); in HWTEST_F()
237 workInfo.RequestRepeatCycle(timeInterval); in HWTEST_F()
321 workInfo.RequestRepeatCycle(timeInterval); in HWTEST_F()
325 workInfo.RequestRepeatCycle(timeInterval, 3); in HWTEST_F()
542 workInfo.RequestRepeatCycle(timeInterval); in HWTEST_F()
547 workInfo.RequestRepeatCycle(timeInterval, 3); in HWTEST_F()
610 workInfo.RequestRepeatCycle(20000); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp222 workInfo.RequestRepeatCycle(cwork.repeatCycleTime, cwork.repeatCount); in GetRepeatInfo()
224 workInfo.RequestRepeatCycle(cwork.repeatCycleTime); in GetRepeatInfo()
233 workInfo.RequestRepeatCycle(cwork.repeatCycleTime, cwork.repeatCount); in GetRepeatInfo()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp92 void WorkInfo::RequestRepeatCycle(uint32_t timeInterval, int32_t cycle) in RequestRepeatCycle() function in OHOS::WorkScheduler::WorkInfo
101 void WorkInfo::RequestRepeatCycle(uint32_t timeInterval) in RequestRepeatCycle() function in OHOS::WorkScheduler::WorkInfo
645 this->RequestRepeatCycle(conditions["timer"].asInt()); in ParseTimerFormJsonStr()
648 this->RequestRepeatCycle(conditions["timer"].asInt(), conditions["cycle"].asInt()); in ParseTimerFormJsonStr()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_conn_manager_test.cpp270 workInfo.RequestRepeatCycle(20000); in HWTEST_F()
H A Dwork_status_test.cpp288 workInfo_->RequestRepeatCycle(timeInterval); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp194 workInfo.RequestRepeatCycle(repeatCycleTime, repeatCount); in GetRepeatInfo()
196 workInfo.RequestRepeatCycle(repeatCycleTime); in GetRepeatInfo()
205 workInfo.RequestRepeatCycle(repeatCycleTime, repeatCount); in GetRepeatInfo()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H A Dworkschedulerstartwork_fuzzer.cpp57 workInfo.RequestRepeatCycle(timeInterval); in CreateWorkInfo()

Completed in 7 milliseconds