| /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 | 419 uint64_t timerId = 0; variable 441 uint64_t timerId; variable 467 uint64_t timerId; variable 487 uint64_t timerId; variable 522 uint64_t timerId; variable 542 uint64_t timerId; variable 567 uint64_t timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 587 uint64_t timerId; variable 611 uint64_t timerId; variable 634 uint64_t timerId; variable [all …]
|
| D | time_dfx_test.cpp | 126 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 151 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 201 uint64_t timerId = 0; variable 232 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 265 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 297 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable
|
| D | time_service_test.cpp | 347 uint64_t timerId = 0; variable 366 uint64_t timerId = 0; variable 395 uint64_t timerId = 0; variable 425 uint64_t timerId = 0; variable 657 uint64_t timerId = 0; variable 681 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 708 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 728 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 765 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 787 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(nullptr); variable [all …]
|
| D | time_proxy_test.cpp | 86 uint64_t timerId = 0; variable 129 uint64_t timerId = 0; variable 167 uint64_t timerId = 0; variable 210 uint64_t timerId = 0; variable 253 uint64_t timerId = 0; variable 295 uint64_t timerId = 0; variable 364 uint64_t timerId = 0; variable 493 uint64_t timerId = 0; variable 575 uint64_t timerId = 0; variable 735 uint64_t timerId = 0; variable
|
| /base/powermgr/power_manager/services/native/src/runninglock/ |
| D | running_lock_timer_handler.cpp | 61 uint32_t timerId = GetRunningLockTimerId(token); in UnregisterRunningLockTimer() local 72 uint32_t timerId = OHOS::Utils::TIMER_ERR_DEAL_FAILED; in GetRunningLockTimerId() local 80 …RunningLockTimerHandler::AddRunningLockTimerMap(const sptr<IRemoteObject> &token, uint32_t timerId) in AddRunningLockTimerMap() 98 void RunningLockTimerHandler::UnregisterTimer(uint32_t timerId) in UnregisterTimer()
|
| /base/msdp/device_status/intention/scheduler/timer_manager/src/ |
| D | timer_manager.cpp | 64 int32_t timerId = AddTimerInternal(intervalMs, repeatCount, callback); in OnAddTimer() local 78 int32_t TimerManager::OnRemoveTimer(int32_t timerId) in OnRemoveTimer() 87 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer() 96 int32_t TimerManager::OnResetTimer(int32_t timerId) in OnResetTimer() 103 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer() 125 std::packaged_task<bool(int32_t)> task { [this](int32_t timerId) { in IsExist() 206 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal() 217 int32_t TimerManager::ResetTimerInternal(int32_t timerId) in ResetTimerInternal()
|
| /base/time/time_service/services/time/src/ |
| D | timer_call_back.cpp | 44 bool TimerCallback::InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &ti… in InsertTimerCallbackInfo() 63 bool TimerCallback::RemoveTimerCallbackInfo(uint64_t timerId) in RemoveTimerCallbackInfo() 77 int32_t TimerCallback::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCallback) in NotifyTimer()
|
| D | timer_notify_callback.cpp | 41 void TimerNotifyCallback::Finish(uint64_t timerId) in Finish()
|
| /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 | 75 uint64_t timerId = RegisterTimer(tiggerTimeMs, timerInfo); in RegisterAlarm() local 89 uint64_t timerId = RegisterTimer(time, timerInfo); in RegisterRepeatAlarm() local 96 uint64_t timerId = systemTimer->CreateTimer(timerInfo); in RegisterTimer() local 111 void AlarmTimerUtils::UnregisterAlarm(uint64_t timerId) in UnregisterAlarm()
|
| /base/powermgr/power_manager/utils/ffrt/src/ |
| D | ffrt_utils.cpp | 115 void FFRTTimer::CancelTimer(uint32_t timerId) in CancelTimer() 122 void FFRTTimer::SetTimer(uint32_t timerId, FFRTTask& task) in SetTimer() 132 void FFRTTimer::SetTimer(uint32_t timerId, FFRTTask& task, uint32_t delayMs) in SetTimer() 147 uint32_t FFRTTimer::GetTaskId(uint32_t timerId) in GetTaskId() 167 void FFRTTimer::CancelTimerInner(uint32_t timerId) in CancelTimerInner()
|
| /base/theme/screenlock_mgr/services/src/ |
| D | strongauthmanager.cpp | 103 uint64_t timerId = StrongAuthManger::GetInstance()->GetTimerId(userId); in StrongAuthTimerCallback() local 125 uint64_t timerId = 0; in GetTimerId() local 180 uint64_t timerId = GetTimerId(userId); in StartStrongAuthTimer() local 198 uint64_t timerId = GetTimerId(userId); in ResetStrongAuthTimer() local 220 uint64_t timerId = GetTimerId(userId); in DestroyStrongAuthTimer() local
|
| /base/time/time_service/framework/js/napi/system_timer/src/ |
| D | napi_system_timer.cpp | 223 uint64_t timerId = 0; in CreateTimer() member 245 uint64_t timerId = static_cast<uint64_t>(createTimerContext->timerId); in CreateTimer() local 256 uint64_t timerId = 0; in StartTimer() member 263 int64_t timerId = 0; in StartTimer() local 291 uint64_t timerId = 0; in StopTimer() member 297 int64_t timerId = 0; in StopTimer() local 319 uint64_t timerId = 0; in DestroyTimer() member 325 int64_t timerId = 0; in DestroyTimer() local
|
| /base/time/time_service/interfaces/inner_api/src/ |
| D | time_service_client.cpp | 59 auto timerId = iter->first; in OnAddSystemAbility() local 238 uint64_t timerId = 0; in CreateTimer() local 251 …t32_t TimeServiceClient::CreateTimerV9(std::shared_ptr<ITimerInfo> timerOptions, uint64_t &timerId) in CreateTimerV9() 298 bool TimeServiceClient::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer() 307 int32_t TimeServiceClient::StartTimerV9(uint64_t timerId, uint64_t triggerTime) in StartTimerV9() 330 bool TimeServiceClient::StopTimer(uint64_t timerId) in StopTimer() 339 int32_t TimeServiceClient::StopTimerV9(uint64_t timerId) in StopTimerV9() 361 bool TimeServiceClient::DestroyTimer(uint64_t timerId) in DestroyTimer() 370 int32_t TimeServiceClient::DestroyTimerV9(uint64_t timerId) in DestroyTimerV9() 393 bool TimeServiceClient::DestroyTimerAsync(uint64_t timerId) in DestroyTimerAsync() [all …]
|
| /base/security/device_security_level/baselib/utils/src/ |
| D | utils_timer.cpp | 58 …uint32_t timerId = st.Register([callback, context]() { DoTimerProcess(callback, context); }, inter… in DslmUtilsStartPeriodicTimerTask() local 65 …uint32_t timerId = st.Register([callback, context]() { DoTimerProcess(callback, context); }, inter… in DslmUtilsStartOnceTimerTask() local
|
| /base/useriam/user_auth_framework/services/remote_connect/src/ |
| D | soft_bus_base_socket.cpp | 51 MsgCallback &callback, uint32_t timerId) in InsertMsgCallback() 116 uint32_t timerId = 0; in GetReplyTimer() local 127 uint32_t timerId = GetReplyTimer(messageSeq); in StartReplyTimer() local 150 uint32_t timerId = GetReplyTimer(messageSeq); in StopReplyTimer() local 224 uint32_t timerId = StartReplyTimer(messageSeq); in SendRequest() 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 int32_t TimerCallbackProxy::NotifyTimer(const uint64_t timerId, const sptr<IRemoteObject> &timerCal… in NotifyTimer()
|
| D | time_service_proxy.cpp | 57 sptr<IRemoteObject> &timerCallback, uint64_t &timerId) in CreateTimer() 108 int32_t TimeServiceProxy::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer() 127 int32_t TimeServiceProxy::StopTimer(uint64_t timerId) in StopTimer() 142 int32_t TimeServiceProxy::DestroyTimer(uint64_t timerId, bool isAsync) 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
|
| /base/useriam/user_auth_framework/services/remote_connect/inc/ |
| D | soft_bus_base_socket.h | 73 uint32_t timerId; member
|
| /base/time/time_service/test/fuzztest/timeservice_fuzzer/common/ |
| D | time_service_fuzz_utils.cpp | 42 uint64_t timerId = 0; in SetTimer() local
|