Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/cast/common/discovery/e2e_test/
H A Dtests.cc39 constexpr int kMaxWaitLoopIterations = 8; variable
168 kMaxWaitLoopIterations); in SetUpService()
213 for (int i = 0; i < kMaxWaitLoopIterations; i++) { in WaitUntilSeen()