Home
last modified time | relevance | path

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

12

/foundation/multimodalinput/input/service/timer_manager/src/
Dtimer_manager.cpp37 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer()
42 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer()
47 bool TimerManager::IsExist(int32_t timerId) in IsExist()
89 int32_t timerId = TakeNextTimerId(); in AddTimerInternal() local
108 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal()
119 int32_t TimerManager::ResetTimerInternal(int32_t timerId) in ResetTimerInternal()
138 bool TimerManager::IsExistInternal(int32_t timerId) in IsExistInternal()
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
Dsoftbus_adapter_timer.c40 void *SoftBusCreateTimer(void **timerId, unsigned int type) in SoftBusCreateTimer()
53 int SoftBusStartTimer(void *timerId, unsigned int ms) in SoftBusStartTimer()
68 int SoftBusDeleteTimer(void *timerId) in SoftBusDeleteTimer()
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
Dmock_ipc.cpp52 bool TimeServiceClient::StartTimer(uint64_t timerId, uint64_t triggerTime) in StartTimer()
57 bool TimeServiceClient::StopTimer(uint64_t timerId) in StopTimer()
67 bool TimeServiceClient::DestroyTimer(uint64_t timerId) in DestroyTimer()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
Dsoftbus_adapter_timer.c54 void *SoftBusCreateTimer(void **timerId, unsigned int type) in SoftBusCreateTimer()
75 int SoftBusStartTimer(void *timerId, unsigned int tickets) in SoftBusStartTimer()
101 int SoftBusDeleteTimer(void *timerId) in SoftBusDeleteTimer()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
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()
Dsingle_ver_data_message_schedule.cpp229 TimerId timerId = 0; in StartTimer() local
252 TimerId timerId; in StopTimer() local
271 int SingleVerDataMessageSchedule::TimeOut(TimerId timerId) in TimeOut()
Dmulti_ver_sync_state_machine.h36 TimerId timerId = 0; member
Dsingle_ver_sync_engine.cpp75 TimerId timerId = 0; in StartAutoSubscribeTimer() local
/foundation/window/window_manager/window_scene/intention_event/service/timer_manager/src/
Dtimer_manager.cpp60 int32_t TimerManager::RemoveTimer(int32_t timerId) in RemoveTimer()
121 int32_t timerId = TakeNextTimerId(); in AddTimerInternal() local
138 int32_t TimerManager::RemoveTimerInternal(int32_t timerId) in RemoveTimerInternal()
/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.cpp168 std::string timerId; variable
183 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/communication/dsoftbus/tests/adapter/unittest/
Dsoftbus_time_test.cpp55 void *timerId = NULL; variable
/foundation/filemanagement/app_file_service/tests/mock/timer/
Dtimer_mock.cpp48 void Timer::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()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
Dmonitor_task_timer.cpp30 MonitorTaskTimer::MonitorTaskTimer(std::string timerId, int32_t delayTimeMs) : DHTimer(timerId, del… in MonitorTaskTimer()
/foundation/communication/dsoftbus/core/connection/wifi_direct/utils/
Dwifi_direct_timer_list.h36 int32_t timerId; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Ddistributeddb_thread_pool_test.cpp138 int errCode = RuntimeContext::GetInstance()->SetTimer(timeOut, [&timerCount](TimerId timerId) { in SetTimer()
154 … RuntimeContext::GetInstance()->SetTimer(ONE_HUNDRED_MILLISECONDS, [&timerCount](TimerId timerId) { in SetTimer()
379 for (const auto &timerId : timerIdArray) { variable
415 …= RuntimeContext::GetInstance()->SetTimer(1, [&dataMutex, &removeSet, &checkSet](TimerId timerId) { in __anon86011e340d02()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Druntime_context_impl.cpp149 const TimerFinalizer &finalizer, TimerId &timerId) in SetTimer()
204 int RuntimeContextImpl::ModifyTimer(TimerId timerId, int milliSeconds) in ModifyTimer()
227 void RuntimeContextImpl::RemoveTimer(TimerId timerId, bool wait) in RemoveTimer()
353 int RuntimeContextImpl::AllocTimerId(IEvent *evTimer, TimerId &timerId) in AllocTimerId()
816 const TimerFinalizer &finalizer, bool allocTimerId, TimerId &timerId) in SetTimerByThreadPool()
850 int RuntimeContextImpl::ModifyTimerByThreadPool(TimerId timerId, int milliSeconds) in ModifyTimerByThreadPool()
873 void RuntimeContextImpl::RemoveTimerByThreadPool(TimerId timerId, bool wait) in RemoveTimerByThreadPool()
900 …imeContextImpl::ThreadPoolTimerAction(int milliSeconds, const TimerAction &action, TimerId timerId) in ThreadPoolTimerAction()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
Dtimer_module.cpp97 timerHandle_t timerId = nullptr; in StartTask() local
214 uint8_t* timerId = static_cast<uint8_t*>(data); in Task() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
Djs_timer_list.cpp25 jerry_value_t TimerList::AddTimer(timerHandle_t timerId, Arguments *&arg) in AddTimer()
Djs_timer_list.h61 timerHandle_t timerId; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dmock_single_ver_state_machine.h25 void CallStepToTimeout(TimerId timerId) in CallStepToTimeout()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
Ddh_timer.cpp30 DHTimer::DHTimer(std::string timerId, int32_t delayTimeMs) : timerId_(timerId), delayTimeMs_(delayT… in DHTimer()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
Ddistributed_bms.cpp241 …int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("GetRemoteAbilityInfo", REMOTE_TIME_OUT_S… in GetRemoteAbilityInfo() local
284 …int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("GetRemoteAbilityInfos", REMOTE_TIME_OUT_… in GetRemoteAbilityInfos() local
440 …int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("GetDistributedBundleInfo", LOCAL_TIME_OU… in GetDistributedBundleInfo() local
460 …int timerId = HiviewDFX::XCollie::GetInstance().SetTimer("GetDistributedBundleName", LOCAL_TIME_OU… in GetDistributedBundleName() local

12