Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device_builder.cpp52 constexpr int32_t MINIMUM_WAIT_TIME_ALLOWED { 5 }; variable
383 if (timeout < MINIMUM_WAIT_TIME_ALLOWED) { in WaitFor()
384 … std::cout << "Minimum wait time is " << MINIMUM_WAIT_TIME_ALLOWED << ", no wait." << std::endl; in WaitFor()