Home
last modified time | relevance | path

Searched refs:ANR_MONITOR (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Danr_manager.cpp89 std::vector<int32_t> MonitorTimerIds = sess->GetTimerIds(ANR_MONITOR); in RemoveTimers()
101 if (type != ANR_DISPATCH && type != ANR_MONITOR) { in RemoveTimersByType()
105 std::vector<int32_t> timerIds = sess->GetTimerIds(ANR_MONITOR); in RemoveTimersByType()
127 if (type == ANR_MONITOR || WIN_MGR->IsWindowVisible(sess->GetPid())) { in AddTimer()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Danr_manager_test.cpp237 int32_t type = ANR_MONITOR;
259 int32_t type = ANR_MONITOR;
284 sess->events_[ANR_MONITOR] = events;
304 sess->events_[ANR_MONITOR] = events;
318 int32_t type = ANR_MONITOR;
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dproto.h57 ANR_MONITOR, enumerator
H A Dnapi_constants.h73 inline constexpr int32_t ANR_MONITOR = 1; variable
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_session.cpp49 events_[ANR_MONITOR] = {}; in UDSSession()
51 isAnrProcess_[ANR_MONITOR] = false; in UDSSession()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp641 ANRHDL->SetLastProcessedEventId(ANR_MONITOR, eventId, actionTime); in OnDispatchEventProcessed()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp676 ANRMgr->RemoveTimersByType(sess, ANR_MONITOR); in OnRemoveInputHandler()