Home
last modified time | relevance | path

Searched refs:GetDBType (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection.cpp27 auto dbType = config.GetDBType(); in Create()
42 auto dbType = config.GetDBType(); in Repair()
57 auto dbType = config.GetDBType(); in Delete()
71 auto dbType = config.GetDBType(); in Collect()
H A Drdb_store_impl.cpp214 if (isReadOnly_ || (config_.GetDBType() == DB_VECTOR)) { in CleanDirtyData()
216 SqliteUtils::Anonymous(table).c_str(), isReadOnly_, config_.GetDBType()); in CleanDirtyData()
236 if (config_.GetDBType() == DB_VECTOR) { in QuerySharingResource()
255 if (config_.GetDBType() == DB_VECTOR) { in RemoteQuery()
291 if (config_.GetDBType() == DB_VECTOR || isReadOnly_) { in SetDistributedTables()
338 if (config_.GetDBType() == DB_VECTOR) { in ObtainDistributedTableName()
360 if (config_.GetDBType() == DB_VECTOR) { in Sync()
490 if (config_.GetDBType() == DB_VECTOR) { in Subscribe()
623 if (config_.GetDBType() == DB_VECTOR) { in UnSubscribe()
640 if (config_.GetDBType() in SubscribeObserver()
[all...]
H A Drdb_store_manager.cpp77 config.GetDBType(), config.GetHaMode(), config.IsEncrypt(), config.GetArea(), in GetStoreFromCache()
H A Drd_connection.cpp198 int32_t RdConnection::GetDBType() const in GetDBType() function in OHOS::NativeRdb::RdConnection
H A Dconnection_pool.cpp69 SqliteUtils::Anonymous(dbPath).c_str(), config.GetDBType(), config.GetHaMode(), config.IsEncrypt(), in Create()
367 if (config_.GetDBType() == DB_VECTOR) { in ChangeDbFileForRestore()
H A Drdb_store_config.cpp533 int32_t RdbStoreConfig::GetDBType() const in GetDBType() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp149 config.GetDBType(), config.GetHaMode(), config.IsEncrypt(), config.GetArea(), config.GetSecurityLevel(), in CreateSlaveConnection()
203 rdbStoreConfig.SetDBType(rdbConfig.GetDBType()); in GetSlaveRdbStoreConfig()
493 int32_t SqliteConnection::GetDBType() const in GetDBType() function in OHOS::NativeRdb::SqliteConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection.h55 virtual int32_t GetDBType() const = 0;
H A Drd_connection.h42 int32_t GetDBType() const override;
H A Dsqlite_connection.h60 int32_t GetDBType() const override;
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp176 eventInfo.storeType = config.GetDBType() == DB_SQLITE ? "RDB" : "VECTOR DB"; in Create()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h241 int32_t GetDBType() const;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h650 int32_t GetDBType() const;

Completed in 12 milliseconds