Searched refs:DISTRIBUTED_TABLE_MODE (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 32 constexpr const char *DISTRIBUTED_TABLE_MODE = "distributed_table_mode"; variable 145 …const Key modeKey(DISTRIBUTED_TABLE_MODE, DISTRIBUTED_TABLE_MODE + strlen(DISTRIBUTED_TABLE_MODE)); in CheckTableModeFromMeta() 187 …properties.GetIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_… in CheckProperties() 221 …const Key modeKey(DISTRIBUTED_TABLE_MODE, DISTRIBUTED_TABLE_MODE + strlen(DISTRIBUTED_TABLE_MODE)); in SaveTableModeToMeta() 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 …properties.GetIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_… in RemoteQuery()
|
H A D | sqlite_single_relational_storage_engine.cpp | 37 …c_cast<DistributedTableMode>(properties_.GetIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, 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()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | relationaldb_properties.h | 44 static const std::string DISTRIBUTED_TABLE_MODE; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relationaldb_properties.cpp | 19 const std::string RelationalDBProperties::DISTRIBUTED_TABLE_MODE = "distributed_table_mode"; member in DistributedDB::RelationalDBProperties
|
H A D | relational_store_instance.cpp | 167 …if (prop.GetIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY… in CheckCompatibility() 168 …existedProp.GetIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT… in CheckCompatibility()
|
H A D | relational_sync_able_storage.cpp | 525 RelationalDBProperties::DISTRIBUTED_TABLE_MODE, DistributedTableMode::SPLIT_BY_DEVICE)); in GetCollaborationMode() 657 …o mode = storageEngine_->GetProperties().GetIntProp(RelationalDBProperties::DISTRIBUTED_TABLE_MODE, in CreateDistributedDeviceTable()
|