Searched refs:kalist (Results 1 – 2 of 2) sorted by relevance
1532 final ArrayList<SocketKeepalive> kalist = new ArrayList<>(); in createConcurrentKeepalivesOfType() local1537 while (kalist.size() < requestCount) { in createConcurrentKeepalivesOfType()1543 if (kalist.size() == 0 && cv.error == SocketKeepalive.ERROR_UNSUPPORTED) { in createConcurrentKeepalivesOfType()1558 kalist.add(ka); in createConcurrentKeepalivesOfType()1560 fail("Unexpected error when creating " + (kalist.size() + 1) + " " in createConcurrentKeepalivesOfType()1565 return kalist; in createConcurrentKeepalivesOfType()1619 final ArrayList<SocketKeepalive> kalist = new ArrayList<>();1622 kalist.addAll(createConcurrentNattSocketKeepalives(network, srcAddr, nattCount, callback));1623 kalist.addAll(createConcurrentTcpSocketKeepalives(network, tcpCount, callback));1625 final int ret = kalist.size();[all …]
458 final ArrayList<KeepaliveInfo> kalist = new ArrayList(networkKeepalives.values()); in handleStopAllKeepalives() local459 for (KeepaliveInfo ki : kalist) { in handleStopAllKeepalives()