Searched refs:sleepMs (Results 1 – 4 of 4) sorted by relevance
57 … unsigned int sleepMs = (timestamp_t)self->windowInMillis - (now - currentWindowStartTimestamp); in Apply() local59 SoftBusSleepMs(sleepMs); in Apply()
1087 void RegOnDispatchToGetSyncCount(int &sendRequestCount, int sleepMs = 0) in RegOnDispatchToGetSyncCount() argument1089 g_communicatorAggregator->RegOnDispatch([sleepMs, &sendRequestCount]( in RegOnDispatchToGetSyncCount()1092 std::this_thread::sleep_for(std::chrono::milliseconds(sleepMs)); in RegOnDispatchToGetSyncCount()1297 void RegOnDispatchWithInvalidMsgAndCnt(int &sendRequestCount, int sleepMs, bool &invalid) in RegOnDispatchWithInvalidMsgAndCnt() argument1299 g_communicatorAggregator->RegOnDispatch([&sendRequestCount, sleepMs, &invalid]( in RegOnDispatchWithInvalidMsgAndCnt()1307 std::this_thread::sleep_for(std::chrono::milliseconds(sleepMs)); in RegOnDispatchWithInvalidMsgAndCnt()
55 void SleepMs(const int sleepMs) in SleepMs() argument58 mCvTest.wait_for(lck, std::chrono::milliseconds(sleepMs)); in SleepMs()
88 void SleepMs(const int sleepMs) in SleepMs() argument91 mCvTest.wait_for(lck, std::chrono::milliseconds(sleepMs)); in SleepMs()