/ohos5.0/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/ |
H A 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
|
/ohos5.0/base/time/time_service/test/unittest/service_test/src/ |
H A D | time_client_test.cpp | 445 uint64_t timerId; variable 471 uint64_t timerId; variable 491 uint64_t timerId; variable 526 uint64_t timerId; variable 546 uint64_t timerId; variable 591 uint64_t timerId; variable 615 uint64_t timerId; variable 638 uint64_t timerId; variable 662 uint64_t timerId; variable 686 uint64_t timerId; variable [all …]
|
H A 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
|
H A D | time_service_test.cpp | 358 uint64_t timerId = 0; variable 377 uint64_t timerId = 0; variable 406 uint64_t timerId = 0; variable 436 uint64_t timerId = 0; variable 668 uint64_t timerId = 0; variable 692 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 719 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 739 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 776 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(timerInfo); variable 798 auto timerId = TimeServiceClient::GetInstance()->CreateTimer(nullptr); variable [all …]
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_render_stub.cpp | 69 … int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_RunCachedConfigurationUpdated", in OnRemoteRequest() local 103 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_RenderForm", in HandleRenderForm() local 130 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_StopRenderingForm", in HandleStopRenderingForm() local 146 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_CleanFormHost", in HandleCleanFormHost() local 159 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_ReleaseRenderer", in HandleReleaseRenderer() local 182 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_ReloadForm", in HandleReloadForm() local 192 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_OnUnlock", in HandleOnUnlock() local 210 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_SetVisibleChange", in HandleSetVisibleChange() local 247 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_RecycleForm", in HandleRecycleForm() local 267 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FRS_RecoverForm", in HandleRecoverForm() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_manager_host_impl.cpp | 52 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_ALL_OVERLAY_MODULE_INFO); in GetAllOverlayModuleInfo() local 75 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MODULE_INFO); in GetOverlayModuleInfo() local 98 …int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MODULE_INFO_NO_BUNDLENAME); in GetOverlayModuleInfo() local 123 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_TARGET_OVERLAY_MODULE_INFO); in GetTargetOverlayModuleInfo() local 149 …int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MODULE_INFO_BY_BUNDLENAME); in GetOverlayModuleInfoByBundleName() local 189 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_BUNDLE_INFOFOR_TARGET); in GetOverlayBundleInfoForTarget() local 213 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_OVERLAY_MODULE_INFOFOR_TARGET); in GetOverlayModuleInfoForTarget() local 241 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_SET_OVERLAY_ENABLED_FOR_SELF); in SetOverlayEnabledForSelf() local 264 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_SET_OVERLAY_ENABLED); in SetOverlayEnabled() local
|
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/src/ |
H A D | timer_manager.cpp | 41 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer() 46 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer() 51 bool TimerManager::IsExist(int32_t timerId) in IsExist() 93 int32_t timerId = TakeNextTimerId(); in AddTimerInternal() local 112 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal() 124 int32_t TimerManager::ResetTimerInternal(int32_t timerId) in ResetTimerInternal() 144 bool TimerManager::IsExistInternal(int32_t timerId) in IsExistInternal()
|
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/ |
H A 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()
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/ |
H A 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()
|
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/ |
H A 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()
|
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/test/ |
H A D | timer_manager_test.cpp | 148 int32_t timerId = 1; variable 166 int32_t timerId = 1; variable 185 int32_t timerId = 1; variable 256 int32_t timerId = 1; variable 274 int32_t timerId = 1; variable 290 int32_t timerId = 1; variable 368 int32_t timerId = 1; variable
|
/ohos5.0/base/time/time_service/services/time/src/ |
H A 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()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | camera_timer.cpp | 40 uint32_t timerId = timer_->Register(callback, interval, once); in Register() local 45 void CameraTimer::Unregister(uint32_t timerId) in Unregister()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/ |
H A D | ffrt_utils.cpp | 99 void FFRTTimer::CancelTimer(const std::string &timerId) in CancelTimer() 106 void FFRTTimer::SetTimer(const std::string &timerId, FFRTTask& task) in SetTimer() 117 void FFRTTimer::SetTimer(const std::string &timerId, FFRTTask& task, uint32_t delayMs) in SetTimer() 132 uint32_t FFRTTimer::GetTaskId(const std::string &timerId) in GetTaskId() 152 void FFRTTimer::CancelTimerInner(const std::string &timerId) in CancelTimerInner()
|
/ohos5.0/base/update/updateservice/services/core/ability/alarm/src/ |
H A 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()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
H A 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()
|
/ohos5.0/commonlibrary/utils_lite/kal/timer/src/ |
H A D | kal.c | 78 KalErrCode KalTimerStart(KalTimerId timerId) in KalTimerStart() 99 KalErrCode KalTimerChange(KalTimerId timerId, unsigned int millisec) in KalTimerChange() 124 KalErrCode KalTimerStop(KalTimerId timerId) in KalTimerStop() 139 KalErrCode KalTimerDelete(KalTimerId timerId) in KalTimerDelete() 150 unsigned int KalTimerIsRunning(KalTimerId timerId) in KalTimerIsRunning()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer_manager.cpp | 57 int32_t timerId = XCollieHelper::SetTimer(INSTALL_TASK, TIME_OUT_SECONDS, nullptr, nullptr); in CreateInstallTask() local 74 int32_t timerId = XCollieHelper::SetTimer(RECOVER_TASK, TIME_OUT_SECONDS, nullptr, nullptr); in CreateRecoverTask() local 91 int32_t timerId = XCollieHelper::SetTimer(INSTALL_TASK, TIME_OUT_SECONDS, nullptr, nullptr); in CreateInstallTask() local 113 int32_t timerId = XCollieHelper::SetTimer(INSTALL_TASK, TIME_OUT_SECONDS, nullptr, nullptr); in CreateInstallByBundleNameTask() local 130 … int32_t timerId = XCollieHelper::SetTimer(UNINSTALL_TASK, TIME_OUT_SECONDS, nullptr, nullptr); in CreateUninstallTask() local 147 … int32_t timerId = XCollieHelper::SetTimer(UNINSTALL_TASK, TIME_OUT_SECONDS, nullptr, nullptr); in CreateUninstallTask() local 164 … int32_t timerId = XCollieHelper::SetTimer(UNINSTALL_TASK, TIME_OUT_SECONDS, nullptr, nullptr); in CreateUninstallTask() local 181 … int32_t timerId = XCollieHelper::SetTimer(UNINSTALL_TASK, TIME_OUT_SECONDS, nullptr, nullptr); in CreateUninstallAndRecoverTask() local
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/ |
H A D | mock_ipc.cpp | 43 bool TimeServiceClient::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer() 48 bool TimeServiceClient::StopTimer(uint64_t timerId) in StopTimer() 58 bool TimeServiceClient::DestroyTimer(uint64_t timerId) in DestroyTimer()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | scheduler_manager.cpp | 68 bool SchedulerManager::SetTimerTask(uint64_t &timerId, const std::function<void()> &callback, in SetTimerTask() 85 void SchedulerManager::DestoryTimerTask(int64_t timerId) in DestoryTimerTask() 92 void SchedulerManager::ResetTimerTask(int64_t timerId, int64_t reminderTime) in ResetTimerTask() 120 auto timerId = it->second; in SetTimer() local 128 int64_t timerId = -1; in SetTimer() local 141 uint64_t timerId = 0; in SetTimer() local 240 auto timerId = item.second; in ReExecuteAll() local
|
/ohos5.0/base/powermgr/power_manager/utils/ffrt/src/ |
H A 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()
|
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | running_lock_timer_handler.cpp | 65 uint32_t timerId = GetRunningLockTimerId(runninglockType, runninglockName); in UnregisterRunningLockTimer() local 76 uint32_t timerId = OHOS::Utils::TIMER_ERR_DEAL_FAILED; in GetRunningLockTimerId() local 87 …gLockTimerHandler::AddRunningLockTimerMap(RunningLockType type, std::string name, uint32_t timerId) in AddRunningLockTimerMap() 118 void RunningLockTimerHandler::UnregisterTimer(uint32_t timerId) in UnregisterTimer()
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_thread_test.cpp | 90 uint32_t timerId; variable 102 uint32_t timerId; variable 119 uint32_t timerId; variable
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/ |
H A D | softbus_adapter_timer.c | 43 void *SoftBusCreateTimer(void **timerId, unsigned int type) in SoftBusCreateTimer() 56 int SoftBusStartTimer(void *timerId, unsigned int ms) in SoftBusStartTimer() 71 int SoftBusDeleteTimer(void *timerId) in SoftBusDeleteTimer()
|
/ohos5.0/base/theme/screenlock_mgr/services/src/ |
H A 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
|