Home
last modified time | relevance | path

Searched refs:TimerPara (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp79 TimerPara paras;
122 TimerPara paras;
160 TimerPara paras;
203 TimerPara paras;
246 TimerPara paras;
288 TimerPara paras;
357 TimerPara paras;
490 TimerPara paras{.timerType = 2, .windowLength = 0, .interval = 0, .flag = 0};
567 TimerPara paras;
678 TimerPara paras;
[all …]
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.h64 …int32_t CreateTimer(TimerPara &paras, std::function<int32_t (const uint64_t)> callback, uint64_t &…
104 void ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara &paras);
H A Dtime_system_ability.cpp291 void TimeSystemAbility::ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara &… in ParseTimerPara()
332 struct TimerPara paras {}; in CreateTimer()
366 int32_t TimeSystemAbility::CreateTimer(TimerPara &paras, std::function<int32_t (const uint64_t)> ca… in CreateTimer()
/ohos5.0/base/time/time_service/test/fuzztest/timeservice_fuzzer/common/
H A Dtime_service_fuzz_utils.cpp41 TimerPara timerPara{ 0, 0, 0, 0 }; in SetTimer()
/ohos5.0/base/time/time_service/utils/native/include/
H A Dtime_common.h29 struct TimerPara { struct
/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager_interface.h58 virtual int32_t CreateTimer(TimerPara &paras,
H A Dtimer_manager.h46 int32_t CreateTimer(TimerPara &paras,
/ohos5.0/base/time/time_service/services/time/src/
H A Dtime_tick_notify.cpp52 TimerPara timerPara{}; in Init()
H A Dntp_update_time.cpp84 TimerPara timerPara{}; in Init()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp134 OHOS::NativeRdb::ValuesBucket GetInsertValues(std::shared_ptr<TimerEntry> timerInfo, TimerPara &par… in GetInsertValues()
152 int32_t TimerManager::CreateTimer(TimerPara &paras, in CreateTimer()