| /base/time/time_service/test/fuzztest/timemanager_fuzzer/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 | 360 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 …]
|
| D | time_service_test.cpp | 243 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
|
| D | time_proxy_test.cpp | 83 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/ |
| D | timer_manager.cpp | 67 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/ |
| D | timer_call_back.cpp | 48 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()
|
| D | timer_notify_callback.cpp | 24 void TimerNotifyCallback::Finish(uint64_t timerId) in Finish()
|
| /base/msdp/device_status/services/timer_manager/src/ |
| D | timer_manager.cpp | 60 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/ |
| 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/update/updateservice/services/core/ability/alarm/src/ |
| D | alarm_timer_utils.cpp | 74 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/ |
| D | time_service_client.cpp | 170 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/ |
| D | utils_timer.cpp | 58 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/ |
| D | napi_system_timer.cpp | 232 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/ |
| D | relative_timer.cpp | 42 void RelativeTimer::Unregister(uint32_t timerId) in Unregister()
|
| /base/time/time_service/services/ipc/proxy/ |
| D | timer_notify_callback_proxy.cpp | 30 void TimerNotifyCallbackProxy::Finish(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/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/test/fuzztest/timeservice_fuzzer/common/ |
| D | time_service_fuzz_utils.cpp | 42 uint64_t timerId = 0; in SetTimer() local
|
| /base/time/time_service/services/timer/src/ |
| D | timer_manager.cpp | 96 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/ |
| D | time_system_ability.cpp | 268 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/ |
| 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
|