Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/test/
H A Dscoped_run_loop_timeout.cc24 g_handle_timeout_for_testing = nullptr; variable
103 if (g_handle_timeout_for_testing) { in GetTimeoutCallback()
107 *g_handle_timeout_for_testing}); in GetTimeoutCallback()
109 return *g_handle_timeout_for_testing; in GetTimeoutCallback()
136 g_handle_timeout_for_testing = std::move(cb); in SetTimeoutCallbackForTesting()