Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp437 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 Ddistributeddb_cloud_task_merge_test.cpp219 …d DistributedDBCloudTaskMergeTest::CheckCloudTableCount(const std::vector<std::string> &tableNames, in CheckCloudTableCount()
H A Ddistributeddb_cloud_check_sync_test.cpp729 std::vector<std::string> tableNames = {tableName_, tableWithoutPrimaryName_}; variable
832 std::vector<std::string> tableNames = {tableName_}; variable
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp1039 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 Dschema_meta.cpp40 std::vector<std::string> tableNames; in GetTableNames() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.h41 std::vector<std::string> tableNames; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp34 Query &Query::FromTable(const std::vector<std::string> &tableNames) in FromTable()
H A Dparam_check_utils.cpp271 std::set<std::string> tableNames; in CheckSharedTableName() local
H A Dquery_expression.cpp364 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 Ddistributeddb_interfaces_query_test.cpp279 const std::vector<std::string> tableNames = {tableName1, tableName2}; variable
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp312 …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 Ddistributeddb_cloud_interfaces_relational_ext_test.cpp202 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 Dsqlite_relational_store.cpp938 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 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()
H A Dsqlite_single_ver_relational_storage_executor.cpp1344 …elationalStorageExecutor::CheckAndCleanDistributedTable(const std::vector<std::string> &tableNames, in CheckAndCleanDistributedTable()
1476 …LiteSingleVerRelationalStorageExecutor::GetMaxTimestamp(const std::vector<std::string> &tableNames, in GetMaxTimestamp()
H A 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp247 …void CloudDBSyncUtilsTest::callSync(const std::vector<std::string> &tableNames, SyncMode mode, DBS… in callSync()
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp303 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 Drelational_store.cpp663 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 Drelational_schema_object.cpp120 std::vector<std::string> tableNames; in GetTableNames() local
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp500 auto tableNames = allTableName.at(i); in SupportAppTwin() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp633 auto tableNames = storageEngine_->GetSchema().GetTableNames(); in GetTablesQuery() local