Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/threading/
H A Dhang_watcher.cc1070 if (switch_bits_callback_for_testing_) { in SetDeadline()
1103 if (switch_bits_callback_for_testing_) { in SetShouldBlockOnHang()
1125 if (switch_bits_callback_for_testing_) in SetPersistentFlag()
1132 if (switch_bits_callback_for_testing_) in ClearPersistentFlag()
1163 switch_bits_callback_for_testing_ = closure; in SetSwitchBitsClosureForTesting()
1167 DCHECK(switch_bits_callback_for_testing_); in ResetSwitchBitsClosureForTesting()
1168 switch_bits_callback_for_testing_.Reset(); in ResetSwitchBitsClosureForTesting()
1172 DCHECK(switch_bits_callback_for_testing_); in SwitchBitsForTesting()
1175 const uint64_t new_bits = switch_bits_callback_for_testing_.Run(); in SwitchBitsForTesting()
H A Dhang_watcher.h557 RepeatingCallback<uint64_t(void)> switch_bits_callback_for_testing_; variable