Searched refs:itNotify (Results 1 – 1 of 1) sorted by relevance
294 auto itNotify = notifyList.begin(); in processTimers_l() local295 while (itNotify != notifyList.end()) { in processTimers_l()296 itNotify->second.mNotify->setInt32("reason", TIMER_REASON_REACHED); in processTimers_l()297 itNotify->second.mNotify->post(); in processTimers_l()298 itNotify = notifyList.erase(itNotify); in processTimers_l()