Home
last modified time | relevance | path

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

12

/base/time/time_service/test/fuzztest/timemanager_fuzzer/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.cpp360 uint64_t timerId = 0; variable
384 uint64_t timerId; variable
412 uint64_t timerId; variable
433 uint64_t timerId; variable
470 uint64_t timerId; variable
491 uint64_t timerId; variable
517 uint64_t timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable
539 uint64_t timerId; variable
565 uint64_t timerId; variable
590 uint64_t timerId; variable
[all …]
Dtime_service_test.cpp243 uint64_t timerId = 0; variable
262 uint64_t timerId = 0; variable
291 uint64_t timerId = 0; variable
321 uint64_t timerId = 0; variable
553 uint64_t timerId = 0; variable
771 auto timerId = TimeTickNotify::GetInstance().timerId_; variable
793 auto timerId = TimeTickNotify::GetInstance().timerId_; variable
Dtime_proxy_test.cpp83 uint64_t timerId = 1000; variable
124 uint64_t timerId = 1000; variable
160 uint64_t timerId = 1000; variable
227 uint64_t timerId = 1000; variable
/base/msdp/device_status/intention/scheduler/timer_manager/src/
Dtimer_manager.cpp67 int32_t timerId = AddTimerInternal(intervalMs, repeatCount, callback); in OnAddTimer() local
72 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer()
79 int32_t TimerManager::OnRemoveTimer(int32_t timerId) in OnRemoveTimer()
88 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer()
95 int32_t TimerManager::OnResetTimer(int32_t timerId) in OnResetTimer()
170 int32_t timerId = TakeNextTimerId(); in AddTimerInternal() local
189 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal()
200 int32_t TimerManager::ResetTimerInternal(int32_t timerId) in ResetTimerInternal()
/base/time/time_service/services/time/src/
Dtimer_call_back.cpp48 bool TimerCallback::InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &ti… in InsertTimerCallbackInfo()
67 bool TimerCallback::RemoveTimerCallbackInfo(uint64_t timerId) in RemoveTimerCallbackInfo()
81 void TimerCallback::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallback) in NotifyTimer()
Dtimer_notify_callback.cpp24 void TimerNotifyCallback::Finish(uint64_t timerId) in Finish()
/base/msdp/device_status/services/timer_manager/src/
Dtimer_manager.cpp60 int32_t timerId = AddTimerInternal(intervalMs, repeatCount, callback); in OnAddTimer() local
73 int32_t TimerManager::OnRemoveTimer(int32_t timerId) in OnRemoveTimer()
82 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer()
89 int32_t TimerManager::OnResetTimer(int32_t timerId) in OnResetTimer()
96 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer()
192 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal()
203 int32_t TimerManager::ResetTimerInternal(int32_t timerId) in ResetTimerInternal()
/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/update/updateservice/services/core/ability/alarm/src/
Dalarm_timer_utils.cpp74 uint64_t timerId = RegisterTimer(tiggerTimeMs, timerInfo); in RegisterAlarm() local
88 uint64_t timerId = RegisterTimer(time, timerInfo); in RegisterRepeatAlarm() local
95 uint64_t timerId = systemTimer->CreateTimer(timerInfo); in RegisterTimer() local
109 void AlarmTimerUtils::UnregisterAlarm(uint64_t timerId) in UnregisterAlarm()
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp170 uint64_t timerId = 0; in CreateTimer() local
184 …t32_t TimeServiceClient::CreateTimerV9(std::shared_ptr<ITimerInfo> timerOptions, uint64_t &timerId) in CreateTimerV9()
215 bool TimeServiceClient::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
224 int32_t TimeServiceClient::StartTimerV9(uint64_t timerId, uint64_t triggerTime) in StartTimerV9()
236 bool TimeServiceClient::StopTimer(uint64_t timerId) in StopTimer()
245 int32_t TimeServiceClient::StopTimerV9(uint64_t timerId) in StopTimerV9()
257 bool TimeServiceClient::DestroyTimer(uint64_t timerId) in DestroyTimer()
266 int32_t TimeServiceClient::DestroyTimerV9(uint64_t timerId) in DestroyTimerV9()
/base/security/device_security_level/baselib/utils/src/
Dutils_timer.cpp58 uint32_t timerId = st.Register(std::bind(&DoTimerProcess, callback, context), interval, false); in DslmUtilsStartPeriodicTimerTask() local
65 uint32_t timerId = st.Register(std::bind(&DoTimerProcess, callback, context), interval, true); in DslmUtilsStartOnceTimerTask() local
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp232 uint64_t timerId = 0; in CreateTimer() member
254 uint64_t timerId = static_cast<uint64_t>(createTimerContext->timerId); in CreateTimer() local
265 uint64_t timerId = 0; in StartTimer() member
272 int64_t timerId = 0; in StartTimer() local
300 uint64_t timerId = 0; in StopTimer() member
306 int64_t timerId = 0; in StopTimer() local
328 uint64_t timerId = 0; in DestroyTimer() member
334 int64_t timerId = 0; in DestroyTimer() local
/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/proxy/
Dtimer_notify_callback_proxy.cpp30 void TimerNotifyCallbackProxy::Finish(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/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/test/fuzztest/timeservice_fuzzer/common/
Dtime_service_fuzz_utils.cpp42 uint64_t timerId = 0; in SetTimer() local
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp96 uint64_t &timerId) in CreateTimer()
122 int32_t TimerManager::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
153 int32_t TimerManager::StopTimer(uint64_t timerId) in StopTimer()
158 int32_t TimerManager::DestroyTimer(uint64_t timerId) in DestroyTimer()
798 bool TimerManager::ShowTimerEntryById(int fd, uint64_t timerId) in ShowTimerEntryById()
818 bool TimerManager::ShowTimerTriggerById(int fd, uint64_t timerId) in ShowTimerTriggerById()
/base/time/time_service/services/
Dtime_system_ability.cpp268 uint64_t &timerId) in CreateTimer()
305 uint64_t &timerId) in CreateTimer()
318 int32_t TimeSystemAbility::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
335 int32_t TimeSystemAbility::StopTimer(uint64_t timerId) in StopTimer()
352 int32_t TimeSystemAbility::DestroyTimer(uint64_t timerId) in DestroyTimer()
/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

12