Home
last modified time | relevance | path

Searched refs:num_auth_challenges_to_wait_for (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dconnect_job_test_util.cc58 int num_auth_challenges_to_wait_for) { in WaitForAuthChallenge() argument
63 while (num_auth_challenges_ < num_auth_challenges_to_wait_for) { in WaitForAuthChallenge()
68 EXPECT_EQ(num_auth_challenges_to_wait_for, num_auth_challenges_); in WaitForAuthChallenge()
H A Dconnect_job_test_util.h49 void WaitForAuthChallenge(int num_auth_challenges_to_wait_for);