Home
last modified time | relevance | path

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

1234

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
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
/foundation/multimodalinput/input/service/timer_manager/src/
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()
/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
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()
/foundation/multimodalinput/input/service/timer_manager/test/
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
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/
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()
/foundation/multimedia/camera_framework/services/camera_service/src/
Dcamera_timer.cpp40 uint32_t timerId = timer_->Register(callback, interval, once); in Register() local
45 void CameraTimer::Unregister(uint32_t timerId) in Unregister()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
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
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
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
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
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()
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
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()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
Ddhcp_thread_test.cpp90 uint32_t timerId; variable
102 uint32_t timerId; variable
119 uint32_t timerId; variable
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
Dsoftbus_adapter_timer.c52 void *SoftBusCreateTimer(void **timerId, unsigned int type) in SoftBusCreateTimer()
73 int SoftBusStartTimer(void *timerId, unsigned int tickets) in SoftBusStartTimer()
99 int SoftBusDeleteTimer(void *timerId) in SoftBusDeleteTimer()
/foundation/communication/wifi/wifi/utils/src/
Dwifi_timer.cpp57 void WifiTimer::UnRegister(uint32_t timerId) in UnRegister()
102 void WifiTimer::UnRegister(uint32_t timerId) in UnRegister()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dsync_state_machine.cpp79 int SyncStateMachine::TimeoutCallback(TimerId timerId) in TimeoutCallback()
242 [this, sessionId, sequenceId, inMsgId](TimerId timerId) { in StartSaveDataNotify()
316 [this, flag](TimerId timerId) { in StartFeedDogForSync()
449 [this, sessionId](TimerId timerId) { in StartFeedDogForGetData()
478 TimerId timerId = 0; in StopFeedDogForGetData() local
502 void SyncStateMachine::StopFeedDogForGetDataInner(TimerId timerId) in StopFeedDogForGetDataInner()
/foundation/window/window_manager/window_scene/intention_event/service/timer_manager/src/
Dtimer_manager.cpp68 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer()
144 int32_t timerId = TakeNextTimerId(); in AddTimerInternal() local
164 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
Dsingle_ver_data_message_schedule.cpp229 TimerId timerId = 0; in StartTimer() local
231 TimerAction timeOutCallback = [this](TimerId timerId) { return TimeOut(timerId); }; in StartTimer()
252 TimerId timerId; in StopTimer() local
271 int SingleVerDataMessageSchedule::TimeOut(TimerId timerId) in TimeOut()
/foundation/multimodalinput/input/util/socket/test/
Duds_session_test.cpp210 int32_t timerId = 1; variable
231 int32_t timerId = 0; variable
254 int32_t timerId = 0; variable
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/lowlatency/lowlatencylistener/src/
Dlow_latency_listener_test.cpp219 std::string timerId; variable
237 std::string timerId; variable
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
Dlow_latency_timer.cpp29 LowLatencyTimer::LowLatencyTimer(std::string timerId, int32_t delayTimeMs) : DHTimer(timerId, delay… in LowLatencyTimer()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
Ddp_timer.cpp48 void DpsTimer::StopTimer(uint32_t& timerId) in StopTimer()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dtime_tick_monitor.cpp52 monitorCallback_ = [this](TimerId timerId) { return TimeTick(timerId); }; in StartTimeTickMonitor()
119 int TimeTickMonitor::TimeTick(TimerId timerId) in TimeTick()
/foundation/filemanagement/dfs_service/utils/system/src/
Ddfsu_timer.cpp58 void DfsuTimer::Unregister(uint32_t timerId) in Unregister()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_timer.cpp56 void BluetoothTimer::UnRegister(uint32_t timerId) in UnRegister()
/foundation/communication/nfc/services/src/utils/
Dnfc_timer.cpp56 void NfcTimer::UnRegister(uint32_t timerId) in UnRegister()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_timer.cpp61 void NapiTimer::Unregister(uint32_t timerId) in Unregister()

1234