/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 437 std::vector<std::string> tableNames = { parentTableName_, childTableName_ }; variable 463 std::vector<std::string> tableNames = { sharedParentTableName_, sharedChildTableName_ }; variable 489 std::vector<std::string> tableNames = { childTableName_, parentTableName_ }; variable 520 std::vector<std::string> tableNames = { sharedParentTableName_, sharedChildTableName_ }; variable 676 std::vector<std::string> tableNames = { parentTableName_, childTableName_ }; variable 749 std::vector<std::string> tableNames = { "table_a", "table_b", "table_d" }; variable 805 std::vector<std::string> tableNames = { "table_a", "table_e" }; variable 880 std::vector<std::string> tableNames = { "table_a", "table_b", "table_c" }; variable 936 std::vector<std::string> tableNames = { "table_b", "table_d", "table_e" }; variable 988 std::vector<std::string> tableNames = { "table_e" }; variable [all …]
|
H A D | distributeddb_cloud_task_merge_test.cpp | 219 …d DistributedDBCloudTaskMergeTest::CheckCloudTableCount(const std::vector<std::string> &tableNames, in CheckCloudTableCount()
|
H A D | distributeddb_cloud_check_sync_test.cpp | 729 std::vector<std::string> tableNames = {tableName_, tableWithoutPrimaryName_}; variable 832 std::vector<std::string> tableNames = {tableName_}; variable
|
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 1039 void callSync(const std::vector<std::string> &tableNames, SyncMode mode, DBStatus dbStatus) in callSync()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | schema_meta.cpp | 40 std::vector<std::string> tableNames; in GetTableNames() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_profile_config.h | 41 std::vector<std::string> tableNames; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query.cpp | 34 Query &Query::FromTable(const std::vector<std::string> &tableNames) in FromTable()
|
H A D | param_check_utils.cpp | 271 std::set<std::string> tableNames; in CheckSharedTableName() local
|
H A D | query_expression.cpp | 364 void QueryExpression::SetTables(const std::vector<std::string> &tableNames) in SetTables()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_query_test.cpp | 279 const std::vector<std::string> tableNames = {tableName1, tableName2}; variable
|
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 312 …void CheckCloudTotalCount(const std::vector<std::string> &tableNames, std::vector<int64_t> expectC… in CheckCloudTotalCount() 514 void CopySharedDataFromOriginalTable(sqlite3 *&db, const std::vector<std::string> &tableNames) in CopySharedDataFromOriginalTable()
|
H A D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 202 void PrepareData(const std::vector<std::string> &tableNames, bool primaryKeyIsRowId, in PrepareData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 938 std::vector<std::string> tableNames; in GetAllDistributedTableName() local 1016 std::set<std::string> tableNames; in PrepareSharedTable() local 1182 const auto tableNames = syncObject.GetRelationTableNames(); in CheckQueryValid() local 1233 int SQLiteRelationalStore::CheckTableName(const std::vector<std::string> &tableNames) in CheckTableName()
|
H A D | sqlite_single_relational_storage_engine.cpp | 960 …const 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()
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 1344 …elationalStorageExecutor::CheckAndCleanDistributedTable(const std::vector<std::string> &tableNames, in CheckAndCleanDistributedTable() 1476 …LiteSingleVerRelationalStorageExecutor::GetMaxTimestamp(const std::vector<std::string> &tableNames, in GetMaxTimestamp()
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 654 …t SQLiteSingleVerRelationalStorageExecutor::DeleteTable(const std::vector<std::string> &tableNames) in DeleteTable() 701 …eVerRelationalStorageExecutor::AlterTableName(const std::map<std::string, std::string> &tableNames) in AlterTableName()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_db_sync_utils_test.cpp | 247 …void CloudDBSyncUtilsTest::callSync(const std::vector<std::string> &tableNames, SyncMode mode, DBS… in callSync()
|
H A D | distributeddb_cloud_syncer_download_assets_test.cpp | 303 void CallSync(const std::vector<std::string> &tableNames, SyncMode mode, DBStatus dbStatus, DBStatu… in CallSync()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 663 std::vector<std::string> tableNames; in OH_Rdb_SetDistributedTables() local 878 std::vector<std::string> tableNames; in OH_Rdb_CloudSync() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 120 std::vector<std::string> tableNames; in GetTableNames() local
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_usage_database.cpp | 500 auto tableNames = allTableName.at(i); in SupportAppTwin() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 633 auto tableNames = storageEngine_->GetSchema().GetTableNames(); in GetTablesQuery() local
|