/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_reference_test.cpp | 167 TableReferenceProperty referenceAB; 174 TableReferenceProperty referenceBA; 184 TableReferenceProperty referenceBC; 189 TableReferenceProperty referenceCA; 211 TableReferenceProperty referenceAB; 218 TableReferenceProperty referenceDE; 223 TableReferenceProperty referenceAC; 228 TableReferenceProperty referenceEF; 233 TableReferenceProperty referenceBD; 238 TableReferenceProperty referenceFC; [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_schema_object.h | 63 void SetReferenceProperty(const std::vector<TableReferenceProperty> &referenceProperty); 64 const std::vector<TableReferenceProperty> &GetReferenceProperty() const; 66 …std::set<std::string> CompareReferenceProperty(const std::vector<TableReferenceProperty> &others) … 94 …int ParseCheckReferenceColumns(const JsonObject &inJsonObject, TableReferenceProperty &tableRefere… 96 …int ParseCheckReferenceColumn(const JsonObject &inJsonObject, TableReferenceProperty &tableReferen… 101 std::string GetOneReferenceString(const TableReferenceProperty &reference); 109 void RefreshReachableRef(const TableReferenceProperty &referenceProperty); 119 std::vector<TableReferenceProperty> referenceProperty_;
|
H A D | table_info.h | 102 void AddTableReferenceProperty(const TableReferenceProperty &tableRefProperty); 103 void SetSourceTableReference(const std::vector<TableReferenceProperty> &tableReference); 104 const std::vector<TableReferenceProperty> &GetTableReference() const; 160 std::vector<TableReferenceProperty> sourceTableReferenced_;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 199 std::string RelationalSchemaObject::GetOneReferenceString(const TableReferenceProperty &reference) in GetOneReferenceString() 237 static bool ReferenceCompare(const TableReferenceProperty &left, const TableReferenceProperty &righ… in ReferenceCompare() 247 static void PropertyCompare(const std::vector<TableReferenceProperty> &left, in PropertyCompare() 248 const std::vector<TableReferenceProperty> &right, std::set<std::string> &changeTables) in PropertyCompare() 281 const std::vector<TableReferenceProperty> &others) const in CompareReferenceProperty() 337 void RelationalSchemaObject::SetReferenceProperty(const std::vector<TableReferenceProperty> &refere… in SetReferenceProperty() 345 const std::vector<TableReferenceProperty> &RelationalSchemaObject::GetReferenceProperty() const in GetReferenceProperty() 887 TableReferenceProperty referenceProperty; in ParseCheckReference() 912 TableReferenceProperty &tableReferenceProperty) in ParseCheckReferenceColumns() 944 TableReferenceProperty &tableReferenceProperty) in ParseCheckReferenceColumn() [all …]
|
H A D | table_info.cpp | 785 void TableInfo::AddTableReferenceProperty(const TableReferenceProperty &tableRefProperty) in AddTableReferenceProperty() 790 void TableInfo::SetSourceTableReference(const std::vector<TableReferenceProperty> &tableReference) in SetSourceTableReference() 795 const std::vector<TableReferenceProperty> &TableInfo::GetTableReference() const in GetTableReference()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 191 std::vector<TableReferenceProperty> tableReferenceProperty; in SetReference() 192 TableReferenceProperty property; in SetReference() 699 std::vector<TableReferenceProperty> tableReferenceProperty; in ComplexReferenceCheck001SetReference() 700 TableReferenceProperty property; in ComplexReferenceCheck001SetReference() 770 std::vector<TableReferenceProperty> tableReferenceProperty; in ComplexReferenceCheck002SetReference() 771 TableReferenceProperty property; in ComplexReferenceCheck002SetReference() 978 std::vector<TableReferenceProperty> tableReferenceProperty; 979 TableReferenceProperty property; 1004 std::vector<TableReferenceProperty> tableReferenceProperty; 1005 TableReferenceProperty property; [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | param_check_utils.h | 59 …static bool CheckTableReference(const std::vector<TableReferenceProperty> &tableReferenceProperty);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 153 int GetClearWaterMarkTables(const std::vector<TableReferenceProperty> &tableReferenceProperty, 166 const std::map<std::string, std::vector<TableReferenceProperty>> &tableReference, 372 … const CloudSyncBatch &syncBatch, const std::vector<TableReferenceProperty> &targetTableReference, 382 const std::vector<TableReferenceProperty> &targetTableReference);
|
H A D | sqlite_relational_store_connection.h | 60 int SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty) override;
|
H A D | sqlite_single_relational_storage_engine.h | 55 int SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty,
|
H A D | sqlite_relational_store.h | 102 int SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty);
|
H A D | sqlite_relational_store_connection.cpp | 382 int SQLiteRelationalStoreConnection::SetReference(const std::vector<TableReferenceProperty> &tableR… in SetReference()
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 444 …const std::vector<TableReferenceProperty> &tableReferenceProperty, const RelationalSchemaObject &s… in GetClearWaterMarkTables() 778 …const CloudSyncBatch &syncBatch, const std::map<std::string, std::vector<TableReferenceProperty>> … in GetReferenceGid() 794 …const std::vector<TableReferenceProperty> &targetTableReference, std::map<int64_t, Entries> &refer… in GetReferenceGidInner() 913 const std::vector<TableReferenceProperty> &targetTableReference) in SplitReferenceByField()
|
H A D | sqlite_single_relational_storage_engine.cpp | 612 static int CheckReference(const std::vector<TableReferenceProperty> &tableReferenceProperty, in CheckReference() 646 int SQLiteSingleRelationalStorageEngine::SetReference(const std::vector<TableReferenceProperty> &ta… in SetReference()
|
H A D | sqlite_relational_store.cpp | 1338 int SQLiteRelationalStore::SetReference(const std::vector<TableReferenceProperty> &tableReferencePr… in SetReference()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_delegate_impl.h | 74 … DBStatus SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty) override;
|
H A D | relational_store_delegate_impl.cpp | 371 DBStatus RelationalStoreDelegateImpl::SetReference(const std::vector<TableReferenceProperty> &table… in SetReference()
|
H A D | relational_sync_able_storage.h | 265 std::map<std::string, std::vector<TableReferenceProperty>> &reference);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | relational_store_connection.h | 76 virtual int SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
H A D | relational_store_delegate.h | 92 …DB_API virtual DBStatus SetReference(const std::vector<TableReferenceProperty> &tableReferenceProp…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | store_types.h | 221 struct TableReferenceProperty { struct
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | param_check_utils.cpp | 228 bool ParamCheckUtils::CheckTableReference(const std::vector<TableReferenceProperty> &tableReference… in CheckTableReference()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 1604 std::map<std::string, std::vector<TableReferenceProperty>> tableReference; in GetReferenceGid() 1623 std::map<std::string, std::vector<TableReferenceProperty>> &reference) in GetTableReference() 1644 TableReferenceProperty tableReference; in GetTableReference() 2074 std::map<std::string, std::vector<TableReferenceProperty>> tableReference; in CheckTableSupportCompensatedSync() 2116 std::map<std::string, std::vector<TableReferenceProperty>> tableReference; in IsTableExistReference()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_general_store_test.cpp | 187 … DBStatus SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty) override in SetReference()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_general_store.cpp | 829 std::vector<DistributedDB::TableReferenceProperty> properties; in SetDistributedTables()
|