Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_force_push_strategy.cpp44 return OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO; in TagSyncDataStatus()
H A Dcloud_syncer.cpp769 case OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO: { // means upload need this data in TagDownloadAssets()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp378 statisticMap[static_cast<int>(OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO)], in PutCloudData()
397 case OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO: // fallthrough in ExecutePutCloudData()
471 case OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO: in GetOperateDataSql()
488 case OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO: // fallthrough in GetOperateLogSql()
898 …if (opType != OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO && opType != OpType::SET_CLOUD_FORCE_PUSH_FLA… in OnlyUpdateSyncData()
933 case OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO: in BindUpdateSyncDataStmt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h37 SET_CLOUD_FORCE_PUSH_FLAG_ZERO, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp269 case OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO: in ExecutePutCloudData()
635 statisticMap[static_cast<int>(OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO)], in PutCloudSyncData()
H A Dsqlite_single_ver_relational_storage_executor.cpp1848 } else if (opType == OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO) { in GetUpdateLogRecordStatement()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1484 opType != OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO) { in OnlyUpdateAssetId()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp824 …OpType::SET_CLOUD_FORCE_PUSH_FLAG_ZERO, OpType::SET_CLOUD_FORCE_PUSH_FLAG_ONE, OpType::NOT_HANDLE … in ConstructDownloadData()