Home
last modified time | relevance | path

Searched refs:TWO_SECONDS (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_manager_usb_test.cpp34 constexpr int32_t TWO_SECONDS = 2; variable
68 sleep(TWO_SECONDS);
H A Dnetworkshare_manager_test.cpp38 constexpr int32_t TWO_SECONDS = 2; variable
172 sleep(TWO_SECONDS);
/ohos5.0/base/time/time_service/services/time/src/
H A Dntp_update_time.cpp47 constexpr uint64_t TWO_SECONDS = 2000; variable
287 if (bootTime - NtpUpdateTime::GetInstance().GetNITZUpdateTime() <= TWO_SECONDS) { in SetSystemTime()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_constant.h80 const int64_t TWO_SECONDS = 2 * 1000LL; variable
H A Dbundle_active_core.h257 static const int64_t TIME_CHANGE_THRESHOLD_MILLIS = TWO_SECONDS;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp54 constexpr int32_t TWO_SECONDS = 2000; variable
1236 while (sleepTime < TWO_SECONDS && !isInterruptNeeded_.load()) { in CheckBufferingOneSeconds()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h183 const unsigned int TWO_SECONDS = 2; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_backup_test.cpp1445 …std::this_thread::sleep_for(std::chrono::seconds(TWO_SECONDS)); // wait for callback complete for …
H A Ddistributeddb_nb_batch_crud_test.cpp1830 std::this_thread::sleep_for(std::chrono::seconds(TWO_SECONDS)); in ConsistencyBatchCheck()