Home
last modified time | relevance | path

Searched refs:GetGlobalUDPSocketCountForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dudp_socket_unittest.cc493 ASSERT_EQ(0, GetGlobalUDPSocketCountForTesting()); in TEST_F()
499 ASSERT_EQ(0, GetGlobalUDPSocketCountForTesting()); in TEST_F()
503 EXPECT_EQ(0, GetGlobalUDPSocketCountForTesting()); in TEST_F()
509 EXPECT_EQ(1, GetGlobalUDPSocketCountForTesting()); in TEST_F()
517 EXPECT_EQ(1, GetGlobalUDPSocketCountForTesting()); in TEST_F()
520 EXPECT_EQ(0, GetGlobalUDPSocketCountForTesting()); in TEST_F()
1712 ASSERT_EQ(0, GetGlobalUDPSocketCountForTesting()); in TEST_F()
1721 ASSERT_EQ(0, GetGlobalUDPSocketCountForTesting()); in TEST_F()
1730 EXPECT_EQ(1, GetGlobalUDPSocketCountForTesting()); in TEST_F()
1734 EXPECT_EQ(2, GetGlobalUDPSocketCountForTesting()); in TEST_F()
[all …]
H A Dudp_socket_global_limits.h69 NET_EXPORT int GetGlobalUDPSocketCountForTesting();
H A Dudp_socket_global_limits.cc87 int GetGlobalUDPSocketCountForTesting() { in GetGlobalUDPSocketCountForTesting() function