Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_database_helper_test.cpp54 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 Dsqlite_relational_database_upgrader.cpp128 TableInfo tableInfo = table.second; in UpgradeTrigger() local
141 TableInfo tableInfo; in UpgradeTrigger() local
191 TableInfo tableInfo; in UpgradeLogBaseOnVersion() local
H A Dsqlite_relational_store.cpp447 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 Dsqlite_single_relational_storage_engine.cpp506 …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 Dsqlite_relational_utils.cpp382 void SQLiteRelationalUtils::AddUpgradeSqlToList(const TableInfo &tableInfo, in AddUpgradeSqlToList()
395 …nalUtils::AnalysisTrackerTable(sqlite3 *db, const TrackerTable &trackerTable, TableInfo &tableInfo) in AnalysisTrackerTable()
H A Dsqlite_single_ver_relational_storage_executor.cpp168 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 Dsqlite_single_ver_relational_storage_extend_executor.cpp325 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 Ddistributeddb_interfaces_log_test.cpp77 TableInfo tableInfo; variable
H A Ddistributeddb_interfaces_relational_test.cpp120 TableInfo tableInfo; in PrepareVirtualDeviceEnv() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp36 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 Drelational_virtual_device.cpp58 void RelationalVirtualDevice::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo()
H A Dvirtual_relational_ver_sync_db_interface.cpp320 void VirtualRelationalVerSyncDBInterface::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo()
H A Ddistributeddb_relational_multi_user_test.cpp124 TableInfo tableInfo; in PrepareVirtualDeviceEnv() local
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp447 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 Dsqlite_log_table_manager.cpp124 TableInfo tableInfo; in UpgradeKvSyncLogTable() local
H A Dquery_object.cpp471 const auto &tableInfo = schemaObj.GetTable(tableName_); in SetSchema() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_notifier.cpp50 TableProcessInfo tableInfo; in InitSyncProcess() local
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_database_helper.cpp83 …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 Ddistributeddb_relational_schema_object_test.cpp748 TableInfo tableInfo; in GetTableInfo() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp118 SchemaObject::SchemaObject(const TableInfo &tableInfo) : flatbufferSchema_(*this) in SchemaObject()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp869 for (const auto &tableInfo : tableInfos) { in GetTriggerSqls() local
1529 for (auto &tableInfo : tableInfos) { in GetTableInfos() local