Home
last modified time | relevance | path

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

/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()
/foundation/multimodalinput/input/service/event_handler/test/
H A Danr_manager_test.cpp237 int32_t type = ANR_MONITOR; in HWTEST_F()
259 int32_t type = ANR_MONITOR; in HWTEST_F()
284 sess->events_[ANR_MONITOR] = events; in HWTEST_F()
304 sess->events_[ANR_MONITOR] = events; in HWTEST_F()
318 int32_t type = ANR_MONITOR; in HWTEST_F()
/foundation/multimodalinput/input/util/common/include/
H A Dproto.h57 ANR_MONITOR, enumerator
H A Dnapi_constants.h77 inline constexpr int32_t ANR_MONITOR = 1; member
/foundation/multimodalinput/input/util/socket/src/
H A Duds_session.cpp49 events_[ANR_MONITOR] = {}; in UDSSession()
51 isAnrProcess_[ANR_MONITOR] = false; in UDSSession()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp684 ANRMgr->RemoveTimersByType(sess, ANR_MONITOR); in OnRemoveInputHandler()
715 ANRMgr->RemoveTimersByType(sess, ANR_MONITOR); in OnRemoveInputHandler()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp773 ANRHDL->SetLastProcessedEventId(ANR_MONITOR, eventId, actionTime); in OnDispatchEventProcessed()

Completed in 6 milliseconds