Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_realdel_test.cpp112 EXPECT_TRUE(DistributedTestTools::RepeatCheckAsyncResult([&kvDbName, &count, &keyS1]()->bool { in __anonaec079420102()
130 EXPECT_TRUE(DistributedTestTools::RepeatCheckAsyncResult([&kvDbName, &count, &keyS1]()->bool { in __anonaec079420202()
175 EXPECT_TRUE(DistributedTestTools::RepeatCheckAsyncResult([&kvDbName, &count, &keyS]()->bool { in __anonaec079420302()
219 EXPECT_TRUE(DistributedTestTools::RepeatCheckAsyncResult([&kvDbName, &count, &keyS]()->bool { in __anonaec079420402()
225 … EXPECT_TRUE(DistributedTestTools::RepeatCheckAsyncResult([&kvDbName, &attribute, &count]()->bool { in __anonaec079420502()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_multi_ver_vacuum_test.cpp32 …bool RepeatCheckAsyncResult(const Predication &inPred, uint8_t repeatLimit, uint32_t repeatInterva… in RepeatCheckAsyncResult() function
54 return RepeatCheckAsyncResult([inVacuum, inDbIdentifier, expectStatus]()->bool { in CheckVacuumTaskStatus()
442 …bool result = RepeatCheckAsyncResult([&retForThreadA, &isQuitThreadA, &retForThreadB, &isQuitThrea… in ConcurrentPauseThenCheckResult()
473 …bool result = RepeatCheckAsyncResult([&retForThreadA, &isQuitThreadA, &retForThreadB, &isQuitThrea… in ConcurrentPauseAndAbortThenCheckResult()
562 stepOne = RepeatCheckAsyncResult([&databaseA]()->bool { in __anon19147f8f0a02()
585 stepThree = RepeatCheckAsyncResult([&databaseA]()->bool { in __anon19147f8f0b02()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h417 static bool RepeatCheckAsyncResult(const std::function<bool(void)> &inPred, int repeatLimit,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp1513 bool DistributedTestTools::RepeatCheckAsyncResult(const std::function<bool(void)> &inPred, int repe… function in DistributedTestTools