Searched refs:RequestRepeatCycle (Results 1 - 8 of 8) sorted by relevance
/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_info.h | 93 void RequestRepeatCycle(uint32_t timeInterval, int32_t cycle); 99 void RequestRepeatCycle(uint32_t timeInterval);
|
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | workinfo_test.cpp | 220 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 D | work_scheduler_ffi.cpp | 222 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 D | work_info.cpp | 92 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 D | work_conn_manager_test.cpp | 270 workInfo.RequestRepeatCycle(20000); in HWTEST_F()
|
H A D | work_status_test.cpp | 288 workInfo_->RequestRepeatCycle(timeInterval); in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | common.cpp | 194 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 D | workschedulerstartwork_fuzzer.cpp | 57 workInfo.RequestRepeatCycle(timeInterval); in CreateWorkInfo()
|
Completed in 7 milliseconds