Home
last modified time | relevance | path

Searched refs:SetTrackerTable (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_tracker_table_test.cpp403 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
411 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
412 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
420 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
421 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
429 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
430 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
451 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
462 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
472 EXPECT_EQ(g_delegate->SetTrackerTable(schema), OK);
[all …]
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp166 EXPECT_EQ(delegate->SetTrackerTable(schema), OK); in SetTracerSchemaTest001()
1274 EXPECT_EQ(delegate->SetTrackerTable(trackerSchema), DB_ERROR);
1817 EXPECT_EQ(delegateImpl->SetTrackerTable(schema), INVALID_ARGS);
1819 EXPECT_EQ(delegateImpl->SetTrackerTable(schema), NOT_FOUND);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp161 DBStatus SetTrackerTable(const TrackerSchema &schema) override in SetTrackerTable() function in OHOS::Test::DistributedRDBTest::MockRelationalStoreDelegate
933 HWTEST_F(RdbGeneralStoreTest, SetTrackerTable, TestSize.Level1)
940 auto result = store->SetTrackerTable(tableName, trackerColNames, extendColName);
945 result = store->SetTrackerTable(tableName, trackerColNames, extendColName);
947 result = store->SetTrackerTable("WITH_INVENTORY_DATA", trackerColNames, extendColName);
949 result = store->SetTrackerTable("test", trackerColNames, extendColName);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store_connection.h56 int SetTrackerTable(const TrackerSchema &schema) override;
H A Dsqlite_relational_store_connection.cpp358 int SQLiteRelationalStoreConnection::SetTrackerTable(const TrackerSchema &schema) in SetTrackerTable() function in DistributedDB::SQLiteRelationalStoreConnection
365 int errCode = store->SetTrackerTable(schema); in SetTrackerTable()
H A Dsqlite_single_relational_storage_engine.cpp248 table.SetTrackerTable(trackerSchema_.GetTrackerTable(sharedTableName)); in CreateDistributedSharedTable()
284 table.SetTrackerTable(GetTrackerSchema().GetTrackerTable(tableName)); in CreateDistributedTable()
455 int SQLiteSingleRelationalStorageEngine::SetTrackerTable(const TrackerSchema &schema) in SetTrackerTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine
526 tableInfo.SetTrackerTable(tracker.GetTrackerTable(schema.tableName)); in CheckAndCacheTrackerSchema()
H A Dsqlite_single_relational_storage_engine.h46 int SetTrackerTable(const TrackerSchema &schema);
H A Dsqlite_relational_store.h96 int SetTrackerTable(const TrackerSchema &trackerSchema);
H A Dsqlite_relational_database_upgrader.cpp129 tableInfo.SetTrackerTable(trackerSchemaObj.GetTrackerTable(table.first)); in UpgradeTrigger()
H A Dsqlite_relational_utils.cpp402 tableInfo.SetTrackerTable(trackerTable); in AnalysisTrackerTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.h70 DBStatus SetTrackerTable(const TrackerSchema &schema) override;
H A Drelational_store_delegate_impl.cpp331 DBStatus RelationalStoreDelegateImpl::SetTrackerTable(const TrackerSchema &schema) in SetTrackerTable() function in DistributedDB::RelationalStoreDelegateImpl
345 int errCode = conn_->SetTrackerTable(schema); in SetTrackerTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_store_connection.h72 virtual int SetTrackerTable(const TrackerSchema &schema) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_delegate.h88 DB_API virtual DBStatus SetTrackerTable(const TrackerSchema &schema) = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.h30 …int32_t SetTrackerTable(const std::string &tableName, const std::set<std::string> &trackerColNames,
H A Dgeneral_store_mock.cpp40 int32_t GeneralStoreMock::SetTrackerTable(const std::string &tableName, in SetTrackerTable() function in OHOS::DistributedData::GeneralStoreMock
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h99 void SetTrackerTable(const TrackerTable &table);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/
H A Drelationalstoredelegate_fuzzer.cpp107 g_delegate->SetTrackerTable(schema); in MultiCombineTest()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h136 …virtual int32_t SetTrackerTable(const std::string &tableName, const std::set<std::string> &tracker…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.h53 …int32_t SetTrackerTable(const std::string &tableName, const std::set<std::string> &trackerColNames,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h64 …int32_t SetTrackerTable(const std::string& tableName, const std::set<std::string>& trackerColNames,
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp583 int setStatus = delegatePtr->SetTrackerTable(tracker);
628 int setStatus = delegatePtr->SetTrackerTable(tracker);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_table_without_primary_key_sync_test.cpp118 EXPECT_EQ(g_delegate->SetTrackerTable(trackerSchema), OK); in TestChangedDataInTrackerTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp159 trackerTables_[schema.tableName].SetTrackerTable(table); in InsertTrackerSchema()
440 trackerTables_[table.GetTableName()].SetTrackerTable(table); in ParseCheckTrackerTable()
H A Dtable_info.cpp740 void TableInfo::SetTrackerTable(const TrackerTable &table) in SetTrackerTable() function in DistributedDB::TableInfo

12