Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h40 static constexpr int QUEUED_SYNC_LIMIT_DEFAULT = 32; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_simple_sync_test.cpp1335 EXPECT_EQ(limit, DBConstant::QUEUED_SYNC_LIMIT_DEFAULT);
1493 for (int i = 0; i < DBConstant::QUEUED_SYNC_LIMIT_DEFAULT; i++) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp51 queuedManualSyncLimit_(DBConstant::QUEUED_SYNC_LIMIT_DEFAULT), in GenericSyncer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp41 queuedManualSyncLimit_(DBConstant::QUEUED_SYNC_LIMIT_DEFAULT), in CloudSyncer()