Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h131 uint32_t sleepTimes; member
207 session->sleepTimes = 0; in ClearSessionStats()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_render_test/src/
H A Doh_audio_render_unit_test.cpp842 for (auto sleepTimes : {200ms, 400ms, 600ms}) {
863 …writeCallbackMock.Install([&count, &mutex, &cv, sleepTimes](OH_AudioRenderer* renderer, void* user…
871 std::this_thread::sleep_for(sleepTimes); in __anonccf5e8ad0702()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1089 NSTACKX_ATOM_FETCH(&(session->sendBlockListEmptyTimes)), session->sleepTimes, in DFileSendCalculateRate()
1411 session->sleepTimes++; in UpdateInfoAfterSend()