Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c57 … unsigned int sleepMs = (timestamp_t)self->windowInMillis - (now - currentWindowStartTimestamp); in Apply() local
59 SoftBusSleepMs(sleepMs); in Apply()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp1087 void RegOnDispatchToGetSyncCount(int &sendRequestCount, int sleepMs = 0) in RegOnDispatchToGetSyncCount() argument
1089 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() argument
1299 g_communicatorAggregator->RegOnDispatch([&sendRequestCount, sleepMs, &invalid]( in RegOnDispatchWithInvalidMsgAndCnt()
1307 std::this_thread::sleep_for(std::chrono::milliseconds(sleepMs)); in RegOnDispatchWithInvalidMsgAndCnt()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_interface_test.cpp55 void SleepMs(const int sleepMs) in SleepMs() argument
58 mCvTest.wait_for(lck, std::chrono::milliseconds(sleepMs)); in SleepMs()
H A Dsta_state_machine_test.cpp88 void SleepMs(const int sleepMs) in SleepMs() argument
91 mCvTest.wait_for(lck, std::chrono::milliseconds(sleepMs)); in SleepMs()