Home
last modified time | relevance | path

Searched defs:tableInfo (Results 1 - 19 of 19) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_log_test.cpp77 TableInfo tableInfo; in HWTEST_F() local
H A Ddistributeddb_interfaces_relational_test.cpp120 TableInfo tableInfo; in PrepareVirtualDeviceEnv() local
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_database_helper_test.cpp54 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 Drelational_virtual_device.cpp58 void RelationalVirtualDevice::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo() argument
H A Dvirtual_relational_ver_sync_db_interface.cpp320 void VirtualRelationalVerSyncDBInterface::SetTableInfo(const TableInfo &tableInfo) in SetTableInfo() argument
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
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_log_table_manager.cpp124 TableInfo tableInfo; in UpgradeKvSyncLogTable() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp36 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 Dprocess_notifier.cpp50 TableProcessInfo tableInfo; in InitSyncProcess() local
/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
[all...]
H A Dsqlite_relational_utils.cpp382 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 Dsqlite_single_relational_storage_engine.cpp506 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 Dsqlite_single_ver_relational_storage_executor.cpp286 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 Dsqlite_single_ver_relational_storage_extend_executor.cpp476 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 Dsqlite_relational_store.cpp434 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 Dnet_stats_database_helper.cpp83 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 Ddistributeddb_relational_schema_object_test.cpp748 TableInfo tableInfo; in GetTableInfo() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp118 SchemaObject::SchemaObject(const TableInfo &tableInfo) : flatbufferSchema_(*this) in SchemaObject() argument

Completed in 36 milliseconds