Lines Matching refs:item
68 for (int32_t item : timerIds) {
69 if (item != -1) {
70 TimerMgr->RemoveTimer(item);
73 "count:%{public}d", eventType, eventId, item, anrTimerCount_);
83 for (int32_t item : DispatchTimerIds) {
84 if (item != -1) {
85 TimerMgr->RemoveTimer(item);
90 for (int32_t item : MonitorTimerIds) {
91 if (item != -1) {
92 TimerMgr->RemoveTimer(item);
106 for (int32_t item : timerIds) {
107 if (item != -1) {
108 TimerMgr->RemoveTimer(item);
147 for (int32_t item : timerIds) {
148 if (item != -1) {
149 TimerMgr->RemoveTimer(item);
152 type, item, anrTimerCount_);