Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/common/channel/test/
H A Dchannel_test.cpp31 constexpr size_t DEFAULT_WAIT_TIME { 10 };
64 std::this_thread::sleep_for(std::chrono::milliseconds(DEFAULT_WAIT_TIME)); in HWTEST_F()
88 std::this_thread::sleep_for(std::chrono::milliseconds(DEFAULT_WAIT_TIME)); in HWTEST_F()
/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.h40 const std::string DEFAULT_WAIT_TIME = "200"; member
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice.cpp87 static constexpr int32_t DEFAULT_WAIT_TIME { 500 }; in Open()
88 std::this_thread::sleep_for(std::chrono::milliseconds(DEFAULT_WAIT_TIME)); in Open()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp31 constexpr int DEFAULT_WAIT_TIME = 2; member
201 realReadLength = buffer_->ReadBuffer(buff, maxReadLength, DEFAULT_WAIT_TIME); in Read()
/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_install_test.cpp756 const_cast<char*>(DEFAULT_WAIT_TIME.c_str()), in HWTEST_F()

Completed in 5 milliseconds