Searched refs:pending_indications_ (Results 1 – 2 of 2) sorted by relevance
210 if (pending_indications_.find(conn->conn_id) != in SendNotification()211 pending_indications_.end()) { in SendNotification()233 pending_indications_[conn->conn_id] = pending_ind; in SendNotification()520 const auto& pending_ind_iter = pending_indications_.find(conn_id); in IndicationSentCallback()521 if (pending_ind_iter == pending_indications_.end()) { in IndicationSentCallback()527 pending_indications_.erase(pending_ind_iter); in IndicationSentCallback()
260 pending_indications_; variable