Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_types.h48 int ignoredCount = 0; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp486 if (uploadData.ignoredCount == 0) { // LCOV_EXCL_BR_LINE in ChkIgnoredProcess()
489 info.upLoadInfo.total -= static_cast<uint32_t>(uploadData.ignoredCount); in ChkIgnoredProcess()
1124 uploadParam.count -= uploadData.ignoredCount; in DoUploadByMode()
1125 info.upLoadInfo.total -= static_cast<uint32_t>(uploadData.ignoredCount); in DoUploadByMode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1569 int ignoredCount = 0; in FillReferenceDataIntoExtend() local
1578 ignoredCount++; in FillReferenceDataIntoExtend()
1583 if (ignoredCount != 0) { in FillReferenceDataIntoExtend()
1584 LOGD("[RelationalSyncAbleStorage] ignored %d data when fill reference data", ignoredCount); in FillReferenceDataIntoExtend()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1275 cloudSyncData.ignoredCount++; in IdentifyCloudType()
1294 cloudSyncData.ignoredCount++; in IdentifyCloudTypeInner()
1314 cloudSyncData.ignoredCount++; in IdentifyCloudTypeInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp1398 EXPECT_EQ(data.ignoredCount, 1);