Searched refs:allPushStatsInfo_ (Results 1 – 2 of 2) sorted by relevance
96 …uidPushStatsInfo.insert(uidPushStatsInfo.end(), allPushStatsInfo_.begin(), allPushStatsInfo_.end()… in GetAllPushStatsCached()236 auto findRet = std::find_if(allPushStatsInfo_.begin(), allPushStatsInfo_.end(), in CacheAppStats()240 if (findRet == allPushStatsInfo_.end()) { in CacheAppStats()241 allPushStatsInfo_.push_back(item); in CacheAppStats()
224 std::vector<NetStatsInfo> allPushStatsInfo_; variable