/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/ |
D | timetesttimer_fuzzer.cpp | 36 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/ |
D | time_client_test.cpp | 358 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 …]
|
D | time_service_test.cpp | 241 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
|
D | time_dfx_test.cpp | 204 uint64_t timerId = 0; variable
|
/base/msdp/device_status/services/timer_manager/src/ |
D | timer_manager.cpp | 68 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/ |
D | timer_call_back.cpp | 48 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()
|
D | timer_notify_callback.cpp | 28 void TimerNotifyCallback::Finish(const uint64_t timerId) in Finish()
|
D | ntp_update_time.cpp | 157 void NtpUpdateTime::RefreshNetworkTimeByTimer(uint64_t timerId) in RefreshNetworkTimeByTimer()
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
D | thermal_timer.cpp | 68 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/ |
D | napi_system_timer.cpp | 195 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/ |
D | utils_timer.cpp | 58 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/ |
D | time_service_client.cpp | 171 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/ |
D | relative_timer.cpp | 42 void RelativeTimer::Unregister(uint32_t timerId) in Unregister()
|
/base/time/time_service/services/ipc/stub/ |
D | timer_notify_callback_stub.cpp | 44 auto timerId = data.ReadUint64(); in OnFinishStub() local
|
D | timer_call_back_stub.cpp | 43 auto timerId = data.ReadUint64(); in OnTriggerStub() local
|
D | time_service_stub.cpp | 274 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/ |
D | timer_notify_callback_proxy.cpp | 30 void TimerNotifyCallbackProxy::Finish(const uint64_t timerId) in Finish()
|
D | timer_call_back_proxy.cpp | 29 void TimerCallbackProxy::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallba… in NotifyTimer()
|
D | time_service_proxy.cpp | 56 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/ |
D | dupdate_timer.c | 33 timer_t timerId; member 99 timer_t timerId; in RegisterCycleTimerCB() local
|
/base/time/time_service/services/ |
D | time_system_ability.cpp | 244 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/ |
D | timer_manager.cpp | 88 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/ |
D | co_auth_service.cpp | 55 static uint32_t timerId = 0; in OnStart() local
|
/base/startup/init/services/param/include/ |
D | param_osadp.h | 109 timer_t timerId; member
|
/base/powermgr/powermgr_lite/utils/src/ |
D | power_mgr_timer_util.c | 29 PowerTimer timerId; member
|