Searched defs:DEFAULT_WAIT_TIME (Results 1 – 7 of 7) sorted by relevance
40 const std::string DEFAULT_WAIT_TIME = "200"; variable
31 constexpr size_t DEFAULT_WAIT_TIME { 10 }; variable
61 static constexpr std::chrono::milliseconds DEFAULT_WAIT_TIME(100); // 100ms for phone and tablet variable63 static constexpr std::chrono::milliseconds DEFAULT_WAIT_TIME(2000); // 2000ms for PC variable65 static constexpr std::chrono::milliseconds DEFAULT_WAIT_TIME(1000); // 1000ms variable
87 static constexpr int32_t DEFAULT_WAIT_TIME { 500 }; in Open() local
31 constexpr int DEFAULT_WAIT_TIME = 2; variable