Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/test/mdnsmanager/unittest/mdns_manager_test/
H A Dmdns_manager_test.cpp40 constexpr int TIME_ONE_MS = 1; variable
222 …cv.wait_for(lock, std::chrono::seconds(TIME_FIVE_MS), []() { return g_resolve >= TIME_ONE_MS; })) { in DoTestForMdnsClient()
231 …!g_cv.wait_for(lock, std::chrono::seconds(TIME_FIVE_MS), []() { return g_lost >= TIME_ONE_MS; })) { in DoTestForMdnsClient()
237 std::this_thread::sleep_for(std::chrono::seconds(TIME_ONE_MS)); in DoTestForMdnsClient()