Searched refs:kLastPacketId (Results 1 – 2 of 2) sorted by relevance
32 constexpr int kLastPacketId = 100; variable160 network_route.last_sent_packet_id = kLastPacketId; in TEST()170 EXPECT_EQ(kLastPacketId, observer.network_route()->last_sent_packet_id); in TEST()189 network_route.last_sent_packet_id = kLastPacketId; in TEST()199 EXPECT_EQ(kLastPacketId, observer.network_route()->last_sent_packet_id); in TEST()
822 static constexpr int kLastPacketId = 100; in TestNetworkRouteChanges() local857 network_route.last_sent_packet_id = kLastPacketId; in TestNetworkRouteChanges()871 EXPECT_EQ(kLastPacketId, in TestNetworkRouteChanges()