Home
last modified time | relevance | path

Searched defs:tableReferenceProperty (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_reference_test.cpp93 TableReferenceProperty tableReferenceProperty; variable
136 TableReferenceProperty tableReferenceProperty; variable
268 TableReferenceProperty tableReferenceProperty; variable
297 TableReferenceProperty tableReferenceProperty; variable
352 TableReferenceProperty tableReferenceProperty; variable
389 TableReferenceProperty tableReferenceProperty; variable
450 TableReferenceProperty tableReferenceProperty; in NormalSetReferenceTest() local
527 TableReferenceProperty tableReferenceProperty; in ReferenceChangeTest() local
619 TableReferenceProperty tableReferenceProperty; variable
697 TableReferenceProperty tableReferenceProperty; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp191 std::vector<TableReferenceProperty> tableReferenceProperty; in SetReference() local
699 std::vector<TableReferenceProperty> tableReferenceProperty; in ComplexReferenceCheck001SetReference() local
770 std::vector<TableReferenceProperty> tableReferenceProperty; in ComplexReferenceCheck002SetReference() local
978 std::vector<TableReferenceProperty> tableReferenceProperty; variable
1004 std::vector<TableReferenceProperty> tableReferenceProperty; variable
1028 std::vector<TableReferenceProperty> tableReferenceProperty; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp228 bool ParamCheckUtils::CheckTableReference(const std::vector<TableReferenceProperty> &tableReference… in CheckTableReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp371 …s RelationalStoreDelegateImpl::SetReference(const std::vector<TableReferenceProperty> &tableRefere… in SetReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp912 TableReferenceProperty &tableReferenceProperty) in ParseCheckReferenceColumns()
944 TableReferenceProperty &tableReferenceProperty) in ParseCheckReferenceColumn()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store_connection.cpp382 …LiteRelationalStoreConnection::SetReference(const std::vector<TableReferenceProperty> &tableRefere… in SetReference()
H A Dsqlite_single_relational_storage_engine.cpp612 static int CheckReference(const std::vector<TableReferenceProperty> &tableReferenceProperty, in CheckReference()
646 …SingleRelationalStorageEngine::SetReference(const std::vector<TableReferenceProperty> &tableRefere… in SetReference()
H A Dsqlite_relational_store.cpp1338 int SQLiteRelationalStore::SetReference(const std::vector<TableReferenceProperty> &tableReferencePr… in SetReference()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp444const std::vector<TableReferenceProperty> &tableReferenceProperty, const RelationalSchemaObject &s… in GetClearWaterMarkTables()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp187 … DBStatus SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty) override in SetReference()