Searched refs:NotifyHostMap (Results 1 – 1 of 1) sorted by relevance
45 typedef std::map<AppCacheFrontend*, HostIds> NotifyHostMap; typedef in appcache::HostNotifier49 std::pair<NotifyHostMap::iterator , bool> ret = hosts_to_notify.insert( in AddHost()50 NotifyHostMap::value_type(host->frontend(), HostIds())); in AddHost()62 for (NotifyHostMap::iterator it = hosts_to_notify.begin(); in SendNotifications()71 for (NotifyHostMap::iterator it = hosts_to_notify.begin(); in SendProgressNotifications()81 for (NotifyHostMap::iterator it = hosts_to_notify.begin(); in SendErrorNotifications()89 for (NotifyHostMap::iterator it = hosts_to_notify.begin(); in SendLogMessage()100 NotifyHostMap hosts_to_notify;