Home
last modified time | relevance | path

Searched defs:timerId (Results 76 – 100 of 139) sorted by relevance

123456

/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_sync_helper.cpp56 uint32_t timerId = timer_->Register(callback, SYNC_INTERVAL, true); in RegisterTriggerSync() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp166 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_CheckFMSReady", in CheckFMSReady() local
206 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_AddForm", in AddForm() local
273 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_DeleteForm", in DeleteForm() local
461 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_NotifyWhetherVisibleForms", in NotifyWhetherVisibleForms() local
875 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_DeleteInvalidForms", in DeleteInvalidForms() local
1007 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_GetAllFormsInfo", in GetAllFormsInfo() local
1030 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_GetFormsInfoByApp", in GetFormsInfoByApp() local
1740 int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("FMS_IsFormBundleForbidden", in IsFormBundleForbidden() local
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp321 uint64_t &timerId) in CreateTimer()
367 uint64_t &timerId) in CreateTimer()
376 int32_t TimeSystemAbility::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
386 int32_t TimeSystemAbility::StopTimer(uint64_t timerId) in StopTimer()
396 int32_t TimeSystemAbility::DestroyTimer(uint64_t timerId, bool isAsync) in DestroyTimer()
925 auto timerId = static_cast<uint64_t>(GetLong(resultSet, 0)); in RecoverTimerInner() local
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_timer_test.cpp179 uint32_t timerId = timer_.Register(std::bind(&A::TimeOutProc, this), milliseconds, once); in StartTimer() local
220 uint32_t timerId = 0; in TimerEventFun() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_thread.cpp280 void DhcpTimer::UnRegister(uint32_t timerId) in UnRegister()
325 void DhcpTimer::UnRegister(uint32_t timerId) in UnRegister()
/ohos5.0/base/msdp/device_status/intention/services/intention_service/src/
H A Dintention_service.cpp124 …int32_t timerId = HiviewDFX::XCollie::GetInstance().SetTimer("DeviceStatusIntensionServerAddWatch"… in AddWatch() local
211 …int32_t timerId = HiviewDFX::XCollie::GetInstance().SetTimer("DeviceStatusIntensionServerControl",… in Control() local
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/event_stage/src/
H A Devent_stage.cpp51 void EventStage::SaveANREvent(int32_t persistentId, int32_t eventId, int32_t timerId) in SaveANREvent()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtimer_mgr.h74 int timerId; member
H A Dstate_manager.h73 int timerId = INVALID_ID; member
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp813 uint32_t timerId, int& timerFd, bool once) in ScheduleTimer()
847 uint32_t timerId = GetValidId(); // Get timerId in Register() local
884 void Timer::Unregister(uint32_t timerId) in Unregister()
916 static std::atomic_uint32_t timerId = 1; in GetValidId() local
1180 uint32_t timerId = timer_.Register(std::bind(&A::TimeOutProc, this), milliseconds, once); in StartTimer() local
1230 uint32_t timerId = 0; in BENCHMARK_F() local
/ohos5.0/base/startup/init/services/param/include/
H A Dparam_osadp.h109 timer_t timerId; member
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/timer_benchmark_test/
H A Dtimer_benchmark_test.cpp169 uint32_t timerId = timer_.Register(std::bind(&A::TimeOutProc, this), milliseconds, once); in StartTimer() local
210 uint32_t timerId = 0; in BENCHMARK_F() local
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_action_test.cpp371 uint64_t timerId = timer->CreateTimer(info); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp203 driverCallback_ = [this](TimerId timerId) { return TimeSyncDriver(timerId); }; in Initialize()
217 TimerId timerId; in Finalize() local
495 int TimeSync::TimeSyncDriver(TimerId timerId) in TimeSyncDriver()
584 TimerId timerId; in ResetTimer() local
H A Dremote_executor.cpp619 TimerId timerId = 0u; in StartTimer() local
621 TimerAction timeoutCallBack = [this](TimerId timerId) { return TimeoutCallBack(timerId); }; in StartTimer()
637 TimerId timerId = 0u; in RemoveTimer() local
651 int RemoteExecutor::TimeoutCallBack(TimerId timerId) in TimeoutCallBack()
665 void RemoteExecutor::DoTimeout(TimerId timerId) in DoTimeout()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp157 uint64_t &timerId, in CreateTimer()
202 void TimerManager::ReCreateTimer(uint64_t timerId, std::shared_ptr<TimerEntry> timerInfo) in ReCreateTimer()
209 int32_t TimerManager::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
311 int32_t TimerManager::StopTimer(uint64_t timerId) in StopTimer()
316 int32_t TimerManager::DestroyTimer(uint64_t timerId) in DestroyTimer()
1232 bool TimerManager::ShowTimerEntryById(int fd, uint64_t timerId) in ShowTimerEntryById()
1252 bool TimerManager::ShowTimerTriggerById(int fd, uint64_t timerId) in ShowTimerTriggerById()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h59 uint32_t timerId; member
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Danr_manager.cpp125 …int32_t timerId = TimerMgr->AddTimer(INPUT_UI_TIMEOUT_TIME / TIME_CONVERT_RATIO, 1, [this, id, typ… in AddTimer() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp542 auto timerId = StartDelayPublishTimer( in AddToDelayNotificationList() local
596 uint64_t timerId = timer->CreateTimer(notificationTimerInfo); in StartDelayPublishTimer() local
706 uint64_t timerId = 0; in UpdateRecordByOwner() local
/ohos5.0/base/powermgr/powermgr_lite/utils/src/
H A Dpower_mgr_timer_util.c29 PowerTimer timerId; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_host_impl.cpp33 int32_t timerId = XCollieHelper::SetRecoveryTimer(FUNCATION_GET_BUNDLE_RESOURCE_INFO); in GetBundleResourceInfo() local
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_session.cpp156 void UDSSession::SaveANREvent(int32_t type, int32_t id, int64_t time, int32_t timerId) in SaveANREvent()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp981 uint64_t timerId {0}; variable
1278 uint64_t timerId {0}; variable
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
H A Danr_manager.cpp55 …int32_t timerId = DelayedSingleton<TimerManager>::GetInstance()->AddTimer(ANRTimeOutTime::INPUT_UI… in AddTimer() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_task_context.cpp56 TimerId timerId) -> int { return stateMachine->TimeoutCallback(timerId); }; in Initialize()

123456