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