Home
last modified time | relevance | path

Searched refs:ResetTimer (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp44 ResetTimer(); in ~Handler()
47 void KeyGestureManager::Handler::ResetTimer() in ResetTimer() function in OHOS::MMI::KeyGestureManager::Handler
104 iter->ResetTimer(); in RemoveHandler()
122 handler.ResetTimer(); in ResetTimers()
159 handler.ResetTimer(); in RunHandler()
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/test/
H A Dtimer_manager_test.cpp83 int32_t result = TimerMgr->ResetTimer(timerld);
167 auto ret = timermanager.ResetTimer(timerId);
170 ret = timermanager.ResetTimer(timerId);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_time_sync.h33 TimeSync::ResetTimer(); in CallResetTimer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_message_schedule.h49 void ResetTimer(SingleVerSyncTaskContext *context);
H A Dsingle_ver_data_message_schedule.cpp67 ResetTimer(context); in MoveNextMsg()
265 void SingleVerDataMessageSchedule::ResetTimer(SingleVerSyncTaskContext *context) in ResetTimer() function in DistributedDB::SingleVerDataMessageSchedule
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/include/
H A Dtimer_manager.h38 int32_t ResetTimer(int32_t timerId);
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouch_transform_processor.h59 return TimerMgr->ResetTimer(timerId);
H A Dtouchpad_transform_processor.h123 return TimerMgr->ResetTimer(timerId);
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h39 int32_t ResetTimer(int32_t timerId);
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h39 int32_t ResetTimer(int32_t timerId);
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtimer_mgr.h89 … int ResetTimer(int timerId, int type, int64_t delayUs, int cookie, ITimerObserver *currObserver);
H A Dstate_manager.cpp161 …action->timerId = ResetTimer(action->timerId, action->cfg.type, action->cfg.delayUs, action->cfg.c… in ResetTimerDelay()
H A Dtimer_mgr.cpp163 int TimerMgr::ResetTimer(int timerId, int type, int64_t delayUs, int cookie, ITimerObserver *currOb… in ResetTimer() function in OHOS::IntellVoiceUtils::TimerMgr
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.h130 void ResetTimer();
H A Dtime_sync.cpp403 ResetTimer(); in AckRecv()
582 void TimeSync::ResetTimer() in ResetTimer() function in DistributedDB::TimeSync
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h65 void ResetTimer();
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp116 TimerMgr->ResetTimer(timerId_); in IsTouchpadMistouch()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp426 ASSERT_NO_FATAL_FAILURE(handler.ResetTimer());
441 ASSERT_NO_FATAL_FAILURE(handler.ResetTimer());
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_transform_processor.h157 return TimerMgr->ResetTimer(timerId);
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/src/
H A Dtimer_manager.cpp46 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer() function in OHOS::MMI::TimerManager
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp659 int32_t ret = timerMgr->ResetTimer(timerId_);
688 int32_t ret = timerMgr->ResetTimer(timerId_); in __anon634b35e50b02()
/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/src/
H A Dcrown_transform_processor.cpp103 TimerMgr->ResetTimer(timerId_); in NormalizeRotateEvent()
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp103 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer() function in OHOS::Msdp::DeviceStatus::TimerManager
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp103 int32_t TimerManager::ResetTimer(int32_t timerId) in ResetTimer() function in OHOS::Msdp::DeviceStatus::TimerManager
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp351 TimerMgr->ResetTimer(timerId_); in HandleAxisInner()