Home
last modified time | relevance | path

Searched refs:repatTimes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/ffrttimer_fuzzer/
H A Dffrttimer_fuzzer.cpp36 uint32_t repatTimes = fuzzData.GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local
37 fTimer.Start([]() -> void {}, interval, repatTimes); in DoSomethingInterestingWithMyAPI()
38 fTimer.Start([]() -> void {}, interval, repatTimes); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/filemanagement/dfs_service/utils/ffrt/src/
H A Dffrt_timer.cpp31 void FfrtTimer::Start(const TimerCallback &callback, uint32_t interval, uint32_t repatTimes) in Start() argument
40 auto task = [this, interval, callback, repatTimes]() { in Start()
42 uint32_t times = repatTimes; in Start()
/ohos5.0/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dffrt_timer.h32 void Start(const TimerCallback &callback, uint32_t interval, uint32_t repatTimes = UINT32_MAX);