Searched refs:DEFAULT_WAIT_TIME (Results 1 – 8 of 8) sorted by relevance
31 constexpr size_t DEFAULT_WAIT_TIME { 10 }; variable64 std::this_thread::sleep_for(std::chrono::milliseconds(DEFAULT_WAIT_TIME));88 std::this_thread::sleep_for(std::chrono::milliseconds(DEFAULT_WAIT_TIME)); in __anon6484951c0302()
31 constexpr size_t DEFAULT_WAIT_TIME { 10 }; variable64 std::this_thread::sleep_for(std::chrono::milliseconds(DEFAULT_WAIT_TIME));88 std::this_thread::sleep_for(std::chrono::milliseconds(DEFAULT_WAIT_TIME)); in __anonb4f9918d0302()
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 variable69 static std::chrono::milliseconds waitTime_(DEFAULT_WAIT_TIME);262 waitTime_ = DEFAULT_WAIT_TIME; in DoSuspend()
40 const std::string DEFAULT_WAIT_TIME = "200"; variable
87 static constexpr int32_t DEFAULT_WAIT_TIME { 500 }; in Open() local88 std::this_thread::sleep_for(std::chrono::milliseconds(DEFAULT_WAIT_TIME)); in Open()
31 constexpr int DEFAULT_WAIT_TIME = 2; variable201 realReadLength = buffer_->ReadBuffer(buff, maxReadLength, DEFAULT_WAIT_TIME); in Read()
728 const_cast<char*>(DEFAULT_WAIT_TIME.c_str()),