Home
last modified time | relevance | path

Searched defs:SetTrackerTable (Results 1 – 9 of 9) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
Dgeneral_store_mock.cpp40 int32_t GeneralStoreMock::SetTrackerTable(const std::string &tableName, in SetTrackerTable() function in OHOS::DistributedData::GeneralStoreMock
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_store_delegate_impl.cpp331 DBStatus RelationalStoreDelegateImpl::SetTrackerTable(const TrackerSchema &schema) in SetTrackerTable() function in DistributedDB::RelationalStoreDelegateImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store_connection.cpp358 int SQLiteRelationalStoreConnection::SetTrackerTable(const TrackerSchema &schema) in SetTrackerTable() function in DistributedDB::SQLiteRelationalStoreConnection
Dsqlite_single_relational_storage_engine.cpp455 int SQLiteSingleRelationalStorageEngine::SetTrackerTable(const TrackerSchema &schema) in SetTrackerTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine
Dsqlite_relational_store.cpp1267 int SQLiteRelationalStore::SetTrackerTable(const TrackerSchema &trackerSchema) in SetTrackerTable() function in DistributedDB::SQLiteRelationalStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
Dtable_info.cpp740 void TableInfo::SetTrackerTable(const TrackerTable &table) in SetTrackerTable() function in DistributedDB::TableInfo
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Drdb_general_store_test.cpp161 DBStatus SetTrackerTable(const TrackerSchema &schema) override in SetTrackerTable() function in OHOS::Test::DistributedRDBTest::MockRelationalStoreDelegate
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dkvdb_general_store.cpp561 int32_t KVDBGeneralStore::SetTrackerTable(const std::string &tableName, const std::set<std::string>… in SetTrackerTable() function in OHOS::DistributedKv::KVDBGeneralStore
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_general_store.cpp829 int32_t RdbGeneralStore::SetTrackerTable(const std::string &tableName, const std::set<std::string> … in SetTrackerTable() function in OHOS::DistributedRdb::RdbGeneralStore