Home
last modified time | relevance | path

Searched refs:CLOUD_OWNER (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_constant.h42 static constexpr const char *CLOUD_OWNER = "cloud_owner"; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dschema_meta.h61 static constexpr const char *CLOUD_OWNER = "cloud_owner"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp186 … Field ownerField = { CloudDbConstant::CLOUD_OWNER, TYPE_INDEX<std::string>, hasPrimaryKey, true }; in SetCloudDbSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp295 … if (fields.find(field.colName) != fields.end() || field.colName == CloudDbConstant::CLOUD_OWNER || in CheckSharedTableName()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1647 tableReference.columns[CloudDbConstant::CLOUD_OWNER] = CloudDbConstant::CLOUD_OWNER; in GetTableReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp628 createTableSql += CloudDbConstant::CLOUD_OWNER; in CreateSharedTable()
632 primaryKey += CloudDbConstant::CLOUD_OWNER; in CreateSharedTable()
H A Dsqlite_relational_store.cpp1024 Field ownerField = { CloudDbConstant::CLOUD_OWNER, TYPE_INDEX<std::string>, hasPrimaryKey }; in PrepareSharedTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp277 downloadData.data[i].insert_or_assign(CloudDbConstant::CLOUD_OWNER, std::to_string(i)); in AddCloudOwnerToDownloadData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp288 vBucket.insert_or_assign(CloudDbConstant::CLOUD_OWNER, std::string("cloudA")); in InsertCloudDBData()