Home
last modified time | relevance | path

Searched defs:DEFAULT_WAIT_TIME (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_installer_host.h40 const std::string DEFAULT_WAIT_TIME = "200"; variable
/ohos5.0/foundation/multimodalinput/input/intention/common/channel/test/
H A Dchannel_test.cpp31 constexpr size_t DEFAULT_WAIT_TIME { 10 }; variable
/ohos5.0/base/msdp/device_status/test/unittest/intention/common/src/
H A Dchannel_test.cpp31 constexpr size_t DEFAULT_WAIT_TIME { 10 }; variable
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.cpp61 static constexpr std::chrono::milliseconds DEFAULT_WAIT_TIME(100); // 100ms for phone and tablet variable
63 static constexpr std::chrono::milliseconds DEFAULT_WAIT_TIME(2000); // 2000ms for PC variable
65 static constexpr std::chrono::milliseconds DEFAULT_WAIT_TIME(1000); // 1000ms variable
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice.cpp87 static constexpr int32_t DEFAULT_WAIT_TIME { 500 }; in Open() local
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice.cpp87 static constexpr int32_t DEFAULT_WAIT_TIME { 500 }; in Open() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp31 constexpr int DEFAULT_WAIT_TIME = 2; variable