Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_merge_strategy.cpp50 return OpType::ONLY_UPDATE_GID; in TagSyncDataStatus()
73 : ((isLocalDelete && !JudgeKvScene()) ? OpType::INSERT : OpType::ONLY_UPDATE_GID); in TagLocallyNewer()
79 return OpType::ONLY_UPDATE_GID; in TagLocallyNewer()
H A Dcloud_force_push_strategy.cpp34 return isCloudDelete || isLocalDelete ? OpType::NOT_HANDLE : OpType::ONLY_UPDATE_GID; in TagSyncDataStatus()
48 return OpType::ONLY_UPDATE_GID; in TagSyncDataStatus()
H A Dcloud_syncer.cpp768 case OpType::ONLY_UPDATE_GID: in TagDownloadAssets()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_strategy_test.cpp114 …EXPECT_EQ(strategy->TagSyncDataStatus(true, false, localInfo, cloudInfo), OpType::ONLY_UPDATE_GID);
171 …EXPECT_EQ(strategy->TagSyncDataStatus(true, false, localInfo, cloudInfo), OpType::ONLY_UPDATE_GID);
209 …EXPECT_EQ(strategy->TagSyncDataStatus(true, false, localInfo, cloudInfo), OpType::ONLY_UPDATE_GID);
H A Ddistributeddb_cloud_db_proxy_test.cpp877 EXPECT_EQ(utilsObj.OpTypeToChangeType(OpType::ONLY_UPDATE_GID), ChangeType::OP_BUTT);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h34 ONLY_UPDATE_GID, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp268 case OpType::ONLY_UPDATE_GID: in ExecutePutCloudData()
634 …sticMap[static_cast<int>(OpType::DELETE)], statisticMap[static_cast<int>(OpType::ONLY_UPDATE_GID)], in PutCloudSyncData()
998 opType == OpType::ONLY_UPDATE_GID || opType == OpType::LOCKED_NOT_HANDLE); in IsAllowWithPrimaryKey()
H A Dsqlite_single_ver_relational_storage_executor.cpp1844 if (opType == OpType::ONLY_UPDATE_GID) { in GetUpdateLogRecordStatement()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1483 if (opType != OpType::ONLY_UPDATE_GID && opType != OpType::NOT_HANDLE && in OnlyUpdateAssetId()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp377 …sticMap[static_cast<int>(OpType::DELETE)], statisticMap[static_cast<int>(OpType::ONLY_UPDATE_GID)], in PutCloudData()
405 case OpType::ONLY_UPDATE_GID: // fallthrough in ExecutePutCloudData()
491 case OpType::ONLY_UPDATE_GID: // fallthrough in GetOperateLogSql()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp823 … downloadData.opType = { OpType::UPDATE, OpType::DELETE, OpType::ONLY_UPDATE_GID, OpType::INSERT, in ConstructDownloadData()
1195 downloadData.opType = { OpType::ONLY_UPDATE_GID, OpType::CLEAR_GID };
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp1427 OpType::ONLY_UPDATE_GID, OpType::NOT_HANDLE };