Searched refs:ANR_MONITOR (Results 1 – 7 of 7) sorted by relevance
89 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()
237 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;
57 ANR_MONITOR, enumerator
73 inline constexpr int32_t ANR_MONITOR = 1; variable
49 events_[ANR_MONITOR] = {}; in UDSSession()51 isAnrProcess_[ANR_MONITOR] = false; in UDSSession()
641 ANRHDL->SetLastProcessedEventId(ANR_MONITOR, eventId, actionTime); in OnDispatchEventProcessed()
676 ANRMgr->RemoveTimersByType(sess, ANR_MONITOR); in OnRemoveInputHandler()