Searched refs:sleepTimeUs (Results 1 – 5 of 5) sorted by relevance
42 const uint32_t sleepTimeUs = 50 * 1000; in InitSinkFuzzTest() local43 usleep(sleepTimeUs); in InitSinkFuzzTest()
41 const uint32_t sleepTimeUs = 100 * 1000; in OpenInputSoftbusFuzzTest() local42 usleep(sleepTimeUs); in OpenInputSoftbusFuzzTest()
40 const uint32_t sleepTimeUs = 100 * 1000; in StartSessionFuzzTest() local41 usleep(sleepTimeUs); in StartSessionFuzzTest()
379 int32_t sleepTimeUs = 5000; in ProcessData() local380 std::this_thread::sleep_for(std::chrono::microseconds(sleepTimeUs)); in ProcessData()
426 int32_t sleepTimeUs = 5000; in ProcessData() local427 std::this_thread::sleep_for(std::chrono::microseconds(sleepTimeUs)); in ProcessData()