Home
last modified time | relevance | path

Searched defs:tableNames (Results 1 – 21 of 21) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_reference_sync_test.cpp157 …seSchema DistributedDBCloudReferenceSyncTest::GetSchema(const std::vector<std::string> &tableNames) in GetSchema()
429 std::vector<std::string> tableNames = { parentTableName_, childTableName_ }; variable
455 std::vector<std::string> tableNames = { sharedParentTableName_, sharedChildTableName_ }; variable
481 std::vector<std::string> tableNames = { childTableName_, parentTableName_ }; variable
512 std::vector<std::string> tableNames = { sharedParentTableName_, sharedChildTableName_ }; variable
559 std::vector<std::string> tableNames = { sharedParentTableName_, sharedChildTableName_ }; variable
600 std::vector<std::string> tableNames = { sharedParentTableName_, sharedChildTableName_ }; variable
629 std::vector<std::string> tableNames = { sharedParentTableName_, sharedChildTableName_ }; variable
668 std::vector<std::string> tableNames = { parentTableName_, childTableName_ }; variable
741 std::vector<std::string> tableNames = { "table_a", "table_b", "table_d" }; variable
[all …]
Ddistributeddb_cloud_task_merge_test.cpp211 …d DistributedDBCloudTaskMergeTest::CheckCloudTableCount(const std::vector<std::string> &tableNames, in CheckCloudTableCount()
Ddistributeddb_cloud_interfaces_relational_sync_test.cpp1038 void callSync(const std::vector<std::string> &tableNames, SyncMode mode, DBStatus dbStatus) in callSync()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
Dschema_meta.cpp40 std::vector<std::string> tableNames; in GetTableNames() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
Ddata_share_profile_config.h41 std::vector<std::string> tableNames; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dquery.cpp34 Query &Query::FromTable(const std::vector<std::string> &tableNames) in FromTable()
Dparam_check_utils.cpp271 std::set<std::string> tableNames; in CheckSharedTableName() local
Dquery_expression.cpp364 void QueryExpression::SetTables(const std::vector<std::string> &tableNames) in SetTables()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_query_test.cpp279 const std::vector<std::string> tableNames = {tableName1, tableName2}; variable
Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp309 …void CheckCloudTotalCount(const std::vector<std::string> &tableNames, std::vector<int64_t> expectC… in CheckCloudTotalCount()
499 void CopySharedDataFromOriginalTable(sqlite3 *&db, const std::vector<std::string> &tableNames) in CopySharedDataFromOriginalTable()
Ddistributeddb_cloud_interfaces_relational_ext_test.cpp202 void PrepareData(const std::vector<std::string> &tableNames, bool primaryKeyIsRowId, in PrepareData()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store.cpp938 std::vector<std::string> tableNames; in GetAllDistributedTableName() local
1016 std::set<std::string> tableNames; in PrepareSharedTable() local
1169 const auto tableNames = syncObject.GetRelationTableNames(); in CheckQueryValid() local
1220 int SQLiteRelationalStore::CheckTableName(const std::vector<std::string> &tableNames) in CheckTableName()
Dsqlite_single_relational_storage_engine.cpp960const std::vector<std::string> &tableNames, const std::map<std::string, std::string> &sharedTableO… in CalTableRef()
993 …eSingleRelationalStorageEngine::CleanTrackerDeviceTable(const std::vector<std::string> &tableNames, in CleanTrackerDeviceTable()
Dsqlite_single_ver_relational_storage_extend_executor.cpp654 …t SQLiteSingleVerRelationalStorageExecutor::DeleteTable(const std::vector<std::string> &tableNames) in DeleteTable()
701 …eVerRelationalStorageExecutor::AlterTableName(const std::map<std::string, std::string> &tableNames) in AlterTableName()
Dsqlite_single_ver_relational_storage_executor.cpp1329 …elationalStorageExecutor::CheckAndCleanDistributedTable(const std::vector<std::string> &tableNames, in CheckAndCleanDistributedTable()
1453 …LiteSingleVerRelationalStorageExecutor::GetMaxTimestamp(const std::vector<std::string> &tableNames, in GetMaxTimestamp()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_store.cpp407 std::vector<std::string> tableNames; in OH_Rdb_SetDistributedTables() local
622 std::vector<std::string> tableNames; in OH_Rdb_CloudSync() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Dcloud_db_sync_utils_test.cpp247 …void CloudDBSyncUtilsTest::callSync(const std::vector<std::string> &tableNames, SyncMode mode, DBS… in callSync()
Ddistributeddb_cloud_syncer_download_assets_test.cpp288 void CallSync(const std::vector<std::string> &tableNames, SyncMode mode, DBStatus dbStatus, DBStatu… in CallSync()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
Drelational_schema_object.cpp118 std::vector<std::string> tableNames; in GetTableNames() local
/foundation/resourceschedule/device_usage_statistics/services/common/src/
Dbundle_active_usage_database.cpp500 auto tableNames = allTableName.at(i); in SupportAppTwin() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp633 auto tableNames = storageEngine_->GetSchema().GetTableNames(); in GetTablesQuery() local