/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_database_helper_test.cpp | 54 std::string tableInfo = variable 63 const std::string tableInfo = UID_TABLE_CREATE_PARAM; variable 71 const std::string tableInfo = IFACE_TABLE_CREATE_PARAM; variable 79 const std::string tableInfo = UID_SIM_TABLE_CREATE_PARAM; variable
|
/ohos5.0/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
|
H A D | sqlite_relational_store.cpp | 447 TableInfo tableInfo = localSchema.GetTable(tableName); in CreateDistributedTable() local 500 for (const auto &tableInfo : tables) { in CleanCloudData() local 968 …SQLiteRelationalStore::CheckFields(const std::vector<Field> &newFields, const TableInfo &tableInfo, in CheckFields() 1033 for (const auto &tableInfo : tableList) { in PrepareSharedTable() local 1221 TableInfo tableInfo = localSchema.GetTable(tableName); in CheckObjectValid() local 1283 TableInfo tableInfo = localSchema.GetTable(trackerSchema.tableName); in SetTrackerTable() local 1575 TableInfo tableInfo = localSchema.GetTable(tableSchema.name); in CheckCloudSchema() local
|
H A D | sqlite_single_relational_storage_engine.cpp | 506 …ationalStorageEngine::CheckAndCacheTrackerSchema(const TrackerSchema &schema, TableInfo &tableInfo, in CheckAndCacheTrackerSchema() 559 TableInfo tableInfo; in GetOrInitTrackerSchemaFromMeta() local 674 TableInfo tableInfo = table.second; in SetReference() local 862 TableInfo tableInfo = schema.GetTable(oldTableName); in DoAlterSharedTableName() local 946 TableInfo tableInfo = schema.GetTable(tableSchema.sharedTableName); in CheckIfExistUserTable() local
|
H A D | sqlite_relational_utils.cpp | 382 void SQLiteRelationalUtils::AddUpgradeSqlToList(const TableInfo &tableInfo, in AddUpgradeSqlToList() 395 …nalUtils::AnalysisTrackerTable(sqlite3 *db, const TrackerTable &trackerTable, TableInfo &tableInfo) in AnalysisTrackerTable()
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 168 const std::string &calPrimaryKeyHash, TableInfo &tableInfo) in GeneLogInfoForExistedData() 287 TableInfo tableInfo = localSchema_.GetTable(tableName); in CompareSchemaTableColumns() local 315 TableInfo tableInfo = schema.GetTable(tableName); in UpgradeDistributedTable() local 565 void SQLiteSingleVerRelationalStorageExecutor::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo() 1165 const TableInfo &tableInfo) in GetSyncDataByQuery()
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 325 TableInfo &tableInfo) in AnalysisTrackerTable() 476 int SQLiteSingleVerRelationalStorageExecutor::UpgradedLogForExistedData(TableInfo &tableInfo, bool … in UpgradedLogForExistedData() 1083 const TableInfo &tableInfo, TableSyncType syncType) in RenewTableTrigger()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_log_test.cpp | 77 TableInfo tableInfo; variable
|
H A D | distributeddb_interfaces_relational_test.cpp | 120 TableInfo tableInfo; in PrepareVirtualDeviceEnv() local
|
/ohos5.0/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 155 TableInfo tableInfo = localSchema.GetTable(tableName); in SetCloudDbSchema() local
|
/ohos5.0/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()
|
H A D | virtual_relational_ver_sync_db_interface.cpp | 320 void VirtualRelationalVerSyncDBInterface::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo()
|
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
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_log_table_manager.cpp | 124 TableInfo tableInfo; in UpgradeKvSyncLogTable() local
|
H A D | query_object.cpp | 471 const auto &tableInfo = schemaObj.GetTable(tableName_); in SetSchema() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | process_notifier.cpp | 50 TableProcessInfo tableInfo; in InitSyncProcess() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_database_helper.cpp | 83 …2_t NetStatsDatabaseHelper::CreateTable(const std::string &tableName, const std::string &tableInfo) in CreateTable()
|
/ohos5.0/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
|
/ohos5.0/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()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_sqlite_ext.cpp | 869 for (const auto &tableInfo : tableInfos) { in GetTriggerSqls() local 1529 for (auto &tableInfo : tableInfos) { in GetTableInfos() local
|