Home
last modified time | relevance | path

Searched refs:sleepTimeMs (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_session_manager.cpp76 constexpr int32_t sleepTimeMs = 30; in GetAdaptor() local
82 std::this_thread::sleep_for(std::chrono::milliseconds(sleepTimeMs)); in GetAdaptor()
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp105 int64_t sleepTimeMs = BLOCK_TIME_MS - (nowEndSysTimeMs - currentTimeMs) % BLOCK_TIME_MS; in SleepAndUpdateTime() local
106 std::this_thread::sleep_for(std::chrono::milliseconds(sleepTimeMs)); in SleepAndUpdateTime()
107 currentTimeMs = nowEndSysTimeMs + sleepTimeMs; in SleepAndUpdateTime()
1129 int64_t sleepTimeMs = 0; in ParseCommand() local
1161 sleepTimeMs = (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs; in ParseCommand()
1162 std::this_thread::sleep_for(std::chrono::milliseconds(sleepTimeMs)); in ParseCommand()
1210 sleepTimeMs = (currentTimeMs + BLOCK_TIME_MS) - nowSysTimeMs; in ParseCommand()
1211 std::this_thread::sleep_for(std::chrono::milliseconds(sleepTimeMs)); in ParseCommand()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H A Dmedialibrary_rdb_test.cpp428 int32_t sleepTimeMs) in TransactionTestFunc()
437 std::this_thread::sleep_for(std::chrono::milliseconds(sleepTimeMs)); in TransactionTestFunc()
427 TransactionTestFunc(shared_ptr<MediaLibraryRdbStore> rdbStorePtr, int* startSignal, int* endSignal, int32_t sleepTimeMs) TransactionTestFunc() argument
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dconnection_manager.cpp774 constexpr int32_t sleepTimeMs = 50; in OnConsultDataReceived() local
782 std::this_thread::sleep_for(std::chrono::milliseconds(sleepTimeMs)); in OnConsultDataReceived()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdbstore.cpp3276 const int32_t sleepTimeMs = 1000; in ReportFailInfoAsync() local
3277 this_thread::sleep_for(chrono::milliseconds(sleepTimeMs)); in ReportFailInfoAsync()

Completed in 15 milliseconds