Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp167 …etIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE) != in CheckCompatibility()
168 …etIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)) { in CheckCompatibility()
H A Drelational_sync_data_inserter.h82 DistributedTableMode mode_ = DistributedTableMode::SPLIT_BY_DEVICE;
H A Drelational_sync_able_storage.cpp525 RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in GetCollaborationMode()
658 DistributedTableMode::SPLIT_BY_DEVICE); in CreateDistributedDeviceTable()
659 if (mode != DistributedTableMode::SPLIT_BY_DEVICE) { in CreateDistributedDeviceTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp153 DistributedTableMode orgMode = DistributedTableMode::SPLIT_BY_DEVICE; in CheckTableModeFromMeta()
187 …GetIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in CheckProperties()
456 RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in CreateDistributedTable()
492 RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in CleanCloudData()
528 RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in RemoveDeviceData()
579 RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in RemoveDeviceData()
794 ….GetIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE); in RemoteQuery()
795 if (tableMode != DistributedTableMode::SPLIT_BY_DEVICE) { in RemoteQuery()
H A Dsqlite_single_relational_storage_engine.cpp38 DistributedTableMode::SPLIT_BY_DEVICE)); in NewSQLiteStorageExecutor()
310 RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in CreateDistributedTable()
355 RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in UpgradeDistributedTable()
669 RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in SetReference()
H A Dsqlite_single_ver_relational_storage_executor.cpp137 if (mode == DistributedTableMode::SPLIT_BY_DEVICE && syncType == DEVICE_COOPERATION) { in CheckTableConstraint()
225 if (mode == DistributedTableMode::SPLIT_BY_DEVICE && !isUpgraded) { in CreateDistributedTable()
888 …(mode_ == DistributedTableMode::SPLIT_BY_DEVICE && inserter.GetLocalTable().GetPrimaryKey().size()… in SaveSyncDataItem()
966 mode_ == DistributedTableMode::SPLIT_BY_DEVICE) { in CheckDataConflictDefeated()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h164 SPLIT_BY_DEVICE // Save device data in each table split by device enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h123 DistributedTableMode tableMode_ = DistributedTableMode::SPLIT_BY_DEVICE;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp180 const std::string SCHEMA_TABLE_MODE_SPLIT_BY_DEVICE = R"("TABLE_MODE": "SPLIT_BY_DEVICE",)";
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp600 DistributedDB::SPLIT_BY_DEVICE : DistributedTableMode::COLLABORATION; in ParseCheckTableMode()