Searched refs:listener_map (Results 1 – 1 of 1) sorted by relevance
316 bool EventRouter::HasEventListenerImpl(const ListenerMap& listener_map, in HasEventListenerImpl() argument319 ListenerMap::const_iterator it = listener_map.find(event_name); in HasEventListenerImpl()320 if (it == listener_map.end()) in HasEventListenerImpl()