Home
last modified time | relevance | path

Searched defs:timerId (Results 1 – 25 of 32) sorted by relevance

12

/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/
Dtimetesttimer_fuzzer.cpp36 uint64_t timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); in FuzzTimeCreateTimer() local
41 bool FuzzTimeStartTimer(int64_t timerId, size_t size) in FuzzTimeStartTimer()
47 bool FuzzTimeStopTimer(int64_t timerId, size_t size) in FuzzTimeStopTimer()
53 bool FuzzTimeDestroyTimer(int64_t timerId, size_t size) in FuzzTimeDestroyTimer()
65 uint64_t timerId = 0; in FuzzTimeCreateTimerV9() local
71 bool FuzzTimeStartTimerV9(int64_t timerId, size_t size) in FuzzTimeStartTimerV9()
77 bool FuzzTimeStopTimerV9(int64_t timerId, size_t size) in FuzzTimeStopTimerV9()
83 bool FuzzTimeDestroyTimerV9(int64_t timerId, size_t size) in FuzzTimeDestroyTimerV9()
102 auto timerId = static_cast<int64_t>(*data); in LLVMFuzzerTestOneInput() local
/base/time/time_service/test/unittest/service_test/src/
Dtime_client_test.cpp358 uint64_t timerId = 0; variable
382 uint64_t timerId; variable
410 uint64_t timerId; variable
431 uint64_t timerId; variable
468 uint64_t timerId; variable
489 uint64_t timerId; variable
515 uint64_t timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable
537 uint64_t timerId; variable
563 uint64_t timerId; variable
588 uint64_t timerId; variable
[all …]
Dtime_service_test.cpp241 uint64_t timerId = 0; variable
260 uint64_t timerId = 0; variable
289 uint64_t timerId = 0; variable
319 uint64_t timerId = 0; variable
551 uint64_t timerId = 0; variable
769 auto timerId = TimeTickNotify::GetInstance().timerId_; variable
791 auto timerId = TimeTickNotify::GetInstance().timerId_; variable
Dtime_dfx_test.cpp204 uint64_t timerId = 0; variable
/base/msdp/device_status/services/timer_manager/src/
Dtimer_manager.cpp68 int32_t timerId = AddTimerInternal(intervalMs, repeatCount, callback); in OnAddTimer() local
73 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer()
80 int32_t TimerManager::OnRemoveTimer(int32_t timerId) in OnRemoveTimer()
89 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer()
96 int32_t TimerManager::OnResetTimer(int32_t timerId) in OnResetTimer()
173 int32_t timerId = TakeNextTimerId(); in AddTimerInternal() local
192 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal()
203 int32_t TimerManager::ResetTimerInternal(int32_t timerId) in ResetTimerInternal()
/base/time/time_service/services/time/src/
Dtimer_call_back.cpp48 bool TimerCallback::InsertTimerCallbackInfo(const uint64_t timerId, const std::shared_ptr<ITimerInf… in InsertTimerCallbackInfo()
67 bool TimerCallback::RemoveTimerCallbackInfo(const uint64_t timerId) in RemoveTimerCallbackInfo()
81 void TimerCallback::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallback) in NotifyTimer()
Dtimer_notify_callback.cpp28 void TimerNotifyCallback::Finish(const uint64_t timerId) in Finish()
Dntp_update_time.cpp157 void NtpUpdateTime::RefreshNetworkTimeByTimer(uint64_t timerId) in RefreshNetworkTimeByTimer()
/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_timer.cpp68 uint64_t timerId = 0; in CreateTimer() local
77 bool ThermalTimer::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
89 bool ThermalTimer::StopTimer(uint64_t timerId) in StopTimer()
99 bool ThermalTimer::DestroyTimer(uint64_t timerId) in DestroyTimer()
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp195 uint64_t timerId = 0; in CreateTimer() member
217 uint64_t timerId = static_cast<uint64_t>(createTimerContext->timerId); in CreateTimer() local
228 uint64_t timerId = 0; in StartTimer() member
235 int64_t timerId = 0; in StartTimer() local
263 uint64_t timerId = 0; in StopTimer() member
269 int64_t timerId = 0; in StopTimer() local
291 uint64_t timerId = 0; in DestroyTimer() member
297 int64_t timerId = 0; in DestroyTimer() local
/base/security/device_security_level/baselib/utils/src/
Dutils_timer.cpp58 uint32_t timerId = st.Register(std::bind(&DoTimerProcess, callback, context), interval, false); in UtilsStartPeriodicTimerTask() local
65 uint32_t timerId = st.Register(std::bind(&DoTimerProcess, callback, context), interval, true); in UtilsStartOnceTimerTask() local
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp171 uint64_t timerId = 0; in CreateTimer() local
186 …t32_t TimeServiceClient::CreateTimerV9(std::shared_ptr<ITimerInfo> timerOptions, uint64_t &timerId) in CreateTimerV9()
217 bool TimeServiceClient::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
226 int32_t TimeServiceClient::StartTimerV9(uint64_t timerId, uint64_t triggerTime) in StartTimerV9()
238 bool TimeServiceClient::StopTimer(uint64_t timerId) in StopTimer()
247 int32_t TimeServiceClient::StopTimerV9(uint64_t timerId) in StopTimerV9()
259 bool TimeServiceClient::DestroyTimer(uint64_t timerId) in DestroyTimer()
268 int32_t TimeServiceClient::DestroyTimerV9(uint64_t timerId) in DestroyTimerV9()
/base/useriam/user_auth_framework/services/base/src/
Drelative_timer.cpp42 void RelativeTimer::Unregister(uint32_t timerId) in Unregister()
/base/time/time_service/services/ipc/stub/
Dtimer_notify_callback_stub.cpp44 auto timerId = data.ReadUint64(); in OnFinishStub() local
Dtimer_call_back_stub.cpp43 auto timerId = data.ReadUint64(); in OnTriggerStub() local
Dtime_service_stub.cpp274 uint64_t timerId = 0; in OnCreateTimer() local
295 auto timerId = data.ReadUint64(); in OnStartTimer() local
312 auto timerId = data.ReadUint64(); in OnStopTimer() local
328 auto timerId = data.ReadUint64(); in OnDestroyTimer() local
/base/time/time_service/services/ipc/proxy/
Dtimer_notify_callback_proxy.cpp30 void TimerNotifyCallbackProxy::Finish(const uint64_t timerId) in Finish()
Dtimer_call_back_proxy.cpp29 void TimerCallbackProxy::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallba… in NotifyTimer()
Dtime_service_proxy.cpp56 sptr<IRemoteObject> &timerCallback, uint64_t &timerId) in CreateTimer()
99 int32_t TimeServiceProxy::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
118 int32_t TimeServiceProxy::StopTimer(uint64_t timerId) in StopTimer()
133 int32_t TimeServiceProxy::DestroyTimer(uint64_t timerId) in DestroyTimer()
/base/update/updateservice/services/utils/src/
Ddupdate_timer.c33 timer_t timerId; member
99 timer_t timerId; in RegisterCycleTimerCB() local
/base/time/time_service/services/
Dtime_system_ability.cpp244 uint64_t &timerId) in CreateTimer()
281 uint64_t &timerId) in CreateTimer()
294 int32_t TimeSystemAbility::StartTimer(uint64_t timerId, uint64_t triggerTimes) in StartTimer()
311 int32_t TimeSystemAbility::StopTimer(uint64_t timerId) in StopTimer()
328 int32_t TimeSystemAbility::DestroyTimer(uint64_t timerId) in DestroyTimer()
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp88 uint64_t &timerId) in CreateTimer()
114 int32_t TimerManager::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
137 int32_t TimerManager::StopTimer(uint64_t timerId) in StopTimer()
142 int32_t TimerManager::DestroyTimer(uint64_t timerId) in DestroyTimer()
841 bool TimerManager::ShowTimerEntryById(int fd, uint64_t timerId) in ShowTimerEntryById()
861 bool TimerManager::ShowTimerTriggerById(int fd, uint64_t timerId) in ShowTimerTriggerById()
/base/useriam/user_auth_framework/services/ipc/src/
Dco_auth_service.cpp55 static uint32_t timerId = 0; in OnStart() local
/base/startup/init/services/param/include/
Dparam_osadp.h109 timer_t timerId; member
/base/powermgr/powermgr_lite/utils/src/
Dpower_mgr_timer_util.c29 PowerTimer timerId; member

12