Home
last modified time | relevance | path

Searched refs:INPUT_UI_TIMEOUT_TIME (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dproto.h32 INPUT_UI_TIMEOUT_TIME = 10 * 1000 enumerator
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dproto.h52 INPUT_UI_TIMEOUT_TIME = 5 * 1000000 enumerator
/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()
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_session.cpp215 if (!AddInt64(events.begin()->eventTime, INPUT_UI_TIMEOUT_TIME, endTime)) { in DelEvents()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/src/
H A Danr_handler.cpp78 …int64_t timeoutTime = ANRTimeOutTime::INPUT_UI_TIMEOUT_TIME * TIME_TRANSITION - (currentTime - act… in HandleEventConsumed()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
H A Danr_manager.cpp55 …Id = DelayedSingleton<TimerManager>::GetInstance()->AddTimer(ANRTimeOutTime::INPUT_UI_TIMEOUT_TIME, in AddTimer()