Home
last modified time | relevance | path

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

123456

/ohos5.0/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/
H A 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
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_client_test.cpp445 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 Dtime_dfx_test.cpp126 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 Dtime_service_test.cpp358 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 Dform_render_stub.cpp69 … 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 Dbundle_overlay_manager_host_impl.cpp52 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 Dtimer_manager.cpp41 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 Drunning_lock_timer_handler.cpp61 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 Dtimer_manager.cpp64 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 Dtimer_manager.cpp64 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 Dtimer_manager_test.cpp148 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 Dtimer_call_back.cpp44 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 Dcamera_timer.cpp40 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 Dffrt_utils.cpp99 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 Dalarm_timer_utils.cpp75 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 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()
/ohos5.0/commonlibrary/utils_lite/kal/timer/src/
H A Dkal.c78 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 Dbundle_installer_manager.cpp57 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 Dmock_ipc.cpp43 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 Dscheduler_manager.cpp68 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 Dffrt_utils.cpp115 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 Drunning_lock_timer_handler.cpp65 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 Ddhcp_thread_test.cpp90 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 Dsoftbus_adapter_timer.c43 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 Dstrongauthmanager.cpp103 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

123456