/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_log_test.cpp | 77 TableInfo tableInfo; in HWTEST_F() local
|
H A D | distributeddb_interfaces_relational_test.cpp | 120 TableInfo tableInfo; in PrepareVirtualDeviceEnv() local
|
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_database_helper_test.cpp | 54 std::string tableInfo = in HWTEST_F() local 63 const std::string tableInfo = UID_TABLE_CREATE_PARAM; in HWTEST_F() local 71 const std::string tableInfo = IFACE_TABLE_CREATE_PARAM; in HWTEST_F() local 79 const std::string tableInfo = UID_SIM_TABLE_CREATE_PARAM; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | relational_virtual_device.cpp | 58 void RelationalVirtualDevice::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo() argument
|
H A D | virtual_relational_ver_sync_db_interface.cpp | 320 void VirtualRelationalVerSyncDBInterface::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo() argument
|
H A D | distributeddb_relational_multi_user_test.cpp | 124 TableInfo tableInfo; in PrepareVirtualDeviceEnv() local
|
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 447 TableInfo tableInfo; in PrepareBasicTable() local 562 TableInfo tableInfo; in PrepareEnvironment() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_log_table_manager.cpp | 124 TableInfo tableInfo; in UpgradeKvSyncLogTable() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 36 TableInfo tableInfo = localSchema.GetTable(tableName); in ChkSchema() local 157 TableInfo tableInfo = localSchema.GetTable(tableName); in SetCloudDbSchema() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | process_notifier.cpp | 50 TableProcessInfo tableInfo; in InitSyncProcess() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_database_upgrader.cpp | 128 TableInfo tableInfo = table.second; in UpgradeTrigger() local 141 TableInfo tableInfo; in UpgradeTrigger() local 191 TableInfo tableInfo; in UpgradeLogBaseOnVersion() local [all...] |
H A D | sqlite_relational_utils.cpp | 382 void SQLiteRelationalUtils::AddUpgradeSqlToList(const TableInfo &tableInfo, in AddUpgradeSqlToList() argument 395 int SQLiteRelationalUtils::AnalysisTrackerTable(sqlite3 *db, const TrackerTable &trackerTable, TableInfo &tableInfo) in AnalysisTrackerTable() argument
|
H A D | sqlite_single_relational_storage_engine.cpp | 506 int SQLiteSingleRelationalStorageEngine::CheckAndCacheTrackerSchema(const TrackerSchema &schema, TableInfo &tableInfo, in CheckAndCacheTrackerSchema() argument 559 TableInfo tableInfo; in GetOrInitTrackerSchemaFromMeta() local 678 TableInfo tableInfo = table.second; in SetReference() local 859 TableInfo tableInfo = schema.GetTable(oldTableName); in DoAlterSharedTableName() local 943 TableInfo tableInfo = schema.GetTable(tableSchema.sharedTableName); CheckIfExistUserTable() local [all...] |
H A D | sqlite_single_ver_relational_storage_executor.cpp | 286 TableInfo tableInfo = schema.GetTable(tableName); in UpgradeDistributedTable() local 164 GeneLogInfoForExistedData(sqlite3 *db, const std::string &tableName, const std::string &calPrimaryKeyHash, TableInfo &tableInfo) GeneLogInfoForExistedData() argument 536 SetTableInfo(const TableInfo &tableInfo) SetTableInfo() argument 1145 GetSyncDataByQuery(std::vector<DataItem> &dataItems, size_t appendLength, const DataSizeSpecInfo &sizeInfo, std::function<int(sqlite3 *, sqlite3_stmt *&, sqlite3_stmt *&, bool &)> getStmt, const TableInfo &tableInfo) GetSyncDataByQuery() argument [all...] |
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 476 int SQLiteSingleVerRelationalStorageExecutor::UpgradedLogForExistedData(TableInfo &tableInfo, bool schemaChanged) in UpgradedLogForExistedData() argument 324 AnalysisTrackerTable(const TrackerTable &trackerTable, TableInfo &tableInfo) AnalysisTrackerTable() argument 1094 RenewTableTrigger(DistributedTableMode mode, const TableInfo &tableInfo, TableSyncType syncType) RenewTableTrigger() argument [all...] |
H A D | sqlite_relational_store.cpp | 434 TableInfo tableInfo = localSchema.GetTable(tableName); in CreateDistributedTable() local 955 bool SQLiteRelationalStore::CheckFields(const std::vector<Field> &newFields, const TableInfo &tableInfo, in CheckFields() argument 1195 TableInfo tableInfo = localSchema.GetTable(tableName); CheckObjectValid() local 1257 TableInfo tableInfo = localSchema.GetTable(trackerSchema.tableName); SetTrackerTable() local 1549 TableInfo tableInfo = localSchema.GetTable(tableSchema.name); CheckCloudSchema() local [all...] |
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_database_helper.cpp | 83 int32_t NetStatsDatabaseHelper::CreateTable(const std::string &tableName, const std::string &tableInfo) in CreateTable() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_relational_schema_object_test.cpp | 748 TableInfo tableInfo; in GetTableInfo() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_object.cpp | 118 SchemaObject::SchemaObject(const TableInfo &tableInfo) : flatbufferSchema_(*this) in SchemaObject() argument
|