Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp235 … int64_t syncDataCount = static_cast<int64_t>(insRecordLen) + static_cast<int64_t>(updRecordLen) + in CheckCloudSyncDataValid() local
237 if (syncDataCount > count) { in CheckCloudSyncDataValid()