Home
last modified time | relevance | path

Searched refs:expSyncCnt (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_kv_syncer_test.cpp60 void BlockCompensatedSync(int &actSyncCnt, int expSyncCnt);
237 void DistributedDBCloudKvSyncerTest::BlockCompensatedSync(int &actSyncCnt, int expSyncCnt) in BlockCompensatedSync() argument
242 [&actSyncCnt, expSyncCnt]() { return actSyncCnt == expSyncCnt; }); in BlockCompensatedSync()