Home
last modified time | relevance | path

Searched refs:GetTables (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_watcher_mock.cpp23 std::vector<std::string> MockQuery::GetTables() in GetTables() function in OHOS::DistributedData::MockQuery
H A Dgeneral_watcher_mock.h30 std::vector<std::string> GetTables() override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_query.h38 std::vector<std::string> GetTables() in GetTables() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_database_upgrader.cpp121 for (const auto &table : schemaObj.GetTables()) { in UpgradeTrigger()
166 for (const auto &table : schemaObj.GetTables()) { in UpgradeLogTable()
H A Dsqlite_relational_store.cpp498 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 Dsqlite_single_relational_storage_engine.cpp220 } 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 Dcloud_server_impl.h53 void GetTables(std::shared_ptr<OhCloudExtHashMap> tables, DBMeta &dbMeta);
H A Dcloud_server_impl.cpp198 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 Drdb_query.h32 std::vector<std::string> GetTables() override;
H A Drdb_general_store.cpp525 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 Drdb_query.cpp27 std::vector<std::string> RdbQuery::GetTables() in GetTables() function in OHOS::DistributedRdb::RdbQuery
H A Drdb_general_store.h150 std::set<std::string> GetTables();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h46 const TableInfoMap &GetTables() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h152 virtual std::vector<std::string> GetTables() = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h151 std::vector<std::string> GetTables();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_negotiate.cpp102 for (const auto &it : localSchema.GetTables()) { in MakeOpinionEachTable()
H A Dquery_expression.cpp359 std::vector<std::string> QueryExpression::GetTables() in GetTables() function in DistributedDB::QueryExpression
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp51 std::vector<std::string> tables = rdbQuery.GetTables();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp113 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 Dquery_object.cpp87 tables_ = queryExpressions.GetTables(); in QueryObject()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp98 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 Dsync_manager.cpp138 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 Drelational_sync_able_storage.cpp1987 const auto tableInfos = GetSchemaInfo().GetTables(); in GetCloudTableWithoutShared()