Searched refs:bindRetryInterval (Results 1 – 2 of 2) sorted by relevance
1025 constexpr auto bindRetryInterval = 5s; in TEST_F() local1050 ASSERT_EQ(mTimedQueue->mAfter, bindRetryInterval); in TEST_F()1060 ASSERT_EQ(mTimedQueue->mAfter, bindRetryInterval); in TEST_F()
79 static constexpr auto bindRetryInterval = 5s; member2636 if (now - mCurrentStatusTs >= Constants::bindRetryInterval) { in needToBind()2697 if (mService.addTimedJob(*mService.mTimedQueue, id(), Constants::bindRetryInterval, in bind()