/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_gesture_manager.cpp | 44 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 D | timer_manager_test.cpp | 83 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 D | mock_time_sync.h | 33 TimeSync::ResetTimer(); in CallResetTimer()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_message_schedule.h | 49 void ResetTimer(SingleVerSyncTaskContext *context);
|
H A D | single_ver_data_message_schedule.cpp | 67 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 D | timer_manager.h | 38 int32_t ResetTimer(int32_t timerId);
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | touch_transform_processor.h | 59 return TimerMgr->ResetTimer(timerId);
|
H A D | touchpad_transform_processor.h | 123 return TimerMgr->ResetTimer(timerId);
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/ |
H A D | timer_manager.h | 39 int32_t ResetTimer(int32_t timerId);
|
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/include/ |
H A D | timer_manager.h | 39 int32_t ResetTimer(int32_t timerId);
|
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | timer_mgr.h | 89 … int ResetTimer(int timerId, int type, int64_t delayUs, int cookie, ITimerObserver *currObserver);
|
H A D | state_manager.cpp | 161 …action->timerId = ResetTimer(action->timerId, action->cfg.type, action->cfg.delayUs, action->cfg.c… in ResetTimerDelay()
|
H A D | timer_mgr.cpp | 163 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 D | time_sync.h | 130 void ResetTimer();
|
H A D | time_sync.cpp | 403 ResetTimer(); in AckRecv() 582 void TimeSync::ResetTimer() in ResetTimer() function in DistributedDB::TimeSync
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/ |
H A D | key_gesture_manager.h | 65 void ResetTimer();
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | input_event_handler.cpp | 116 TimerMgr->ResetTimer(timerId_); in IsTouchpadMistouch()
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_gesture_manager_test.cpp | 426 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 D | mouse_transform_processor.h | 157 return TimerMgr->ResetTimer(timerId);
|
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/src/ |
H A D | timer_manager.cpp | 46 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 D | timer_manager_test.cpp | 659 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 D | crown_transform_processor.cpp | 103 TimerMgr->ResetTimer(timerId_); in NormalizeRotateEvent()
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/ |
H A D | timer_manager.cpp | 103 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 D | timer_manager.cpp | 103 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 D | mouse_transform_processor.cpp | 351 TimerMgr->ResetTimer(timerId_); in HandleAxisInner()
|