Searched refs:TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance
38 static constexpr int32_t TIMEOUT_MS = 500; variable78 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
47 static constexpr int32_t TIMEOUT_MS = 500; variable71 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID)); in DisplayProxyTestFunc()109 EXPECT_FALSE(client.BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
44 static constexpr int32_t TIMEOUT_MS = 500; variable115 EXPECT_FALSE(sptrDisplayProxy->BoostBrightness(TIMEOUT_MS, DISPLAY_ID));
38 constexpr int32_t TIMEOUT_MS { 2000 }; variable267 timerId_ = context_->GetTimerManager().AddTimer(TIMEOUT_MS, repeatCount, [this]() { in OnDragUp()