Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/cast/common/discovery/e2e_test/
H A Dtests.cc44 constexpr int kMaxCheckLoopIterations = 25; variable
278 OSP_CHECK_LE(attempts++, kMaxCheckLoopIterations) in CheckForClaimedIds()
293 if (attempts++ > kMaxCheckLoopIterations) { in CheckForPublishedService()