Home
last modified time | relevance | path

Searched refs:GetTableNames (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp167 std::vector<std::string> tableNames1 = database1.GetTableNames();
168 std::vector<std::string> tableNames2 = database2.GetTableNames();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dschema_meta.h43 std::vector<std::string> GetTableNames() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dschema_meta.cpp38 std::vector<std::string> Database::GetTableNames() const in GetTableNames() function in OHOS::DistributedData::Database
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h48 std::vector<std::string> GetTableNames() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp390 errCode = handle->CheckAndCleanDistributedTable(schema_.GetTableNames(), missingTables); in CleanDistributedDeviceTable()
411 errCode = handle->CheckAndCleanDistributedTable(schema_.GetTableNames(), missingTables); in CleanDistributedDeviceTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp102 errCode = handle->GetMaxTimestamp(storageEngine_->GetSchema().GetTableNames(), timestamp); in GetMaxTimestamp()
633 auto tableNames = storageEngine_->GetSchema().GetTableNames(); in GetTablesQuery()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp118 std::vector<std::string> RelationalSchemaObject::GetTableNames() const in GetTableNames() function in DistributedDB::RelationalSchemaObject
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp311 auto query = info.GenerateQuery(database.name, database.GetTableNames()); in GetPostEventTask()