Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp488 const int scheduleCount = 12; variable
490 for (int i = 0; i < scheduleCount; ++i) {
503 …(uniqueLock, std::chrono::milliseconds(DBConstant::MAX_TIMEOUT), [&currentCount, scheduleCount]() { in __anon9cf3a58a0802()
504 return currentCount >= scheduleCount; in __anon9cf3a58a0802()
507 EXPECT_EQ(currentCount, scheduleCount);