/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | general_watcher_mock.cpp | 23 std::vector<std::string> MockQuery::GetTables() in GetTables() function in OHOS::DistributedData::MockQuery
|
H A D | general_watcher_mock.h | 30 std::vector<std::string> GetTables() override;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_query.h | 38 std::vector<std::string> GetTables() in GetTables() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_database_upgrader.cpp | 121 for (const auto &table : schemaObj.GetTables()) { in UpgradeTrigger() 166 for (const auto &table : schemaObj.GetTables()) { in UpgradeLogTable()
|
H A D | sqlite_relational_store.cpp | 498 TableInfoMap tables = localSchema.GetTables(); in CleanCloudData() 585 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceData() 892 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in RemoveDeviceDataInner() 937 TableInfoMap tables = sqliteStorageEngine_->GetSchema().GetTables(); // TableInfoMap in GetAllDistributedTableName() 1032 TableInfoMap tableList = localSchema.GetTables(); in PrepareSharedTable()
|
H A D | sqlite_single_relational_storage_engine.cpp | 220 } else if (schema.GetTables().size() >= DBConstant::MAX_DISTRIBUTED_TABLE_COUNT) { in CreateDistributedTable() 670 for (auto &table : schema.GetTables()) { in SetReference()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.h | 53 void GetTables(std::shared_ptr<OhCloudExtHashMap> tables, DBMeta &dbMeta);
|
H A D | cloud_server_impl.cpp | 198 GetTables(pTables, dbMeta); in GetDatabases() 203 void CloudServerImpl::GetTables(std::shared_ptr<OhCloudExtHashMap> tables, DBMeta &dbMeta) in GetTables() function in OHOS::CloudData::CloudServerImpl
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_query.h | 32 std::vector<std::string> GetTables() override;
|
H A D | rdb_general_store.cpp | 525 dbQuery.FromTable(GetIntersection(query.GetTables(), GetTables())); in Sync() 575 auto tables = rdbQuery->GetTables(); in PreSharing() 964 std::set<std::string> RdbGeneralStore::GetTables() in GetTables() function in OHOS::DistributedRdb::RdbGeneralStore
|
H A D | rdb_query.cpp | 27 std::vector<std::string> RdbQuery::GetTables() in GetTables() function in OHOS::DistributedRdb::RdbQuery
|
H A D | rdb_general_store.h | 150 std::set<std::string> GetTables();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_schema_object.h | 46 const TableInfoMap &GetTables() const;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_value.h | 152 virtual std::vector<std::string> GetTables() = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query_expression.h | 151 std::vector<std::string> GetTables();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_negotiate.cpp | 102 for (const auto &it : localSchema.GetTables()) { in MakeOpinionEachTable()
|
H A D | query_expression.cpp | 359 std::vector<std::string> QueryExpression::GetTables() in GetTables() function in DistributedDB::QueryExpression
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_query_test.cpp | 51 std::vector<std::string> tables = rdbQuery.GetTables();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 113 const TableInfoMap &RelationalSchemaObject::GetTables() const in GetTables() function in DistributedDB::RelationalSchemaObject 268 TableInfoMap tableInfos = GetTables(); in GetSharedTableForChangeTable()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | query_object.cpp | 87 tables_ = queryExpressions.GetTables(); in QueryObject()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | cloud_test.cpp | 98 std::vector<std::string> GetTables() override in GetTables() function in OHOS::Test::MockQuery
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.cpp | 138 std::vector<std::string> GetTables() override in GenerateQuery() function in OHOS::CloudData::SyncManager::SyncInfo::GenerateQuery::SyncQuery
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 1987 const auto tableInfos = GetSchemaInfo().GetTables(); in GetCloudTableWithoutShared()
|