Searched refs:TimerPara (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/time/time_service/test/unittest/service_test/src/ |
H A D | time_proxy_test.cpp | 79 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 D | time_system_ability.h | 64 …int32_t CreateTimer(TimerPara ¶s, std::function<int32_t (const uint64_t)> callback, uint64_t &… 104 void ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara ¶s);
|
H A D | time_system_ability.cpp | 291 void TimeSystemAbility::ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara &… in ParseTimerPara() 332 struct TimerPara paras {}; in CreateTimer() 366 int32_t TimeSystemAbility::CreateTimer(TimerPara ¶s, std::function<int32_t (const uint64_t)> ca… in CreateTimer()
|
/ohos5.0/base/time/time_service/test/fuzztest/timeservice_fuzzer/common/ |
H A D | time_service_fuzz_utils.cpp | 41 TimerPara timerPara{ 0, 0, 0, 0 }; in SetTimer()
|
/ohos5.0/base/time/time_service/utils/native/include/ |
H A D | time_common.h | 29 struct TimerPara { struct
|
/ohos5.0/base/time/time_service/services/timer/include/ |
H A D | timer_manager_interface.h | 58 virtual int32_t CreateTimer(TimerPara ¶s,
|
H A D | timer_manager.h | 46 int32_t CreateTimer(TimerPara ¶s,
|
/ohos5.0/base/time/time_service/services/time/src/ |
H A D | time_tick_notify.cpp | 52 TimerPara timerPara{}; in Init()
|
H A D | ntp_update_time.cpp | 84 TimerPara timerPara{}; in Init()
|
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | timer_manager.cpp | 134 OHOS::NativeRdb::ValuesBucket GetInsertValues(std::shared_ptr<TimerEntry> timerInfo, TimerPara &par… in GetInsertValues() 152 int32_t TimerManager::CreateTimer(TimerPara ¶s, in CreateTimer()
|