Searched refs:GetDBType (Results 1 - 13 of 13) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | connection.cpp | 27 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 D | rdb_store_impl.cpp | 214 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 D | rdb_store_manager.cpp | 77 config.GetDBType(), config.GetHaMode(), config.IsEncrypt(), config.GetArea(), in GetStoreFromCache()
|
H A D | rd_connection.cpp | 198 int32_t RdConnection::GetDBType() const in GetDBType() function in OHOS::NativeRdb::RdConnection
|
H A D | connection_pool.cpp | 69 SqliteUtils::Anonymous(dbPath).c_str(), config.GetDBType(), config.GetHaMode(), config.IsEncrypt(), in Create() 367 if (config_.GetDBType() == DB_VECTOR) { in ChangeDbFileForRestore()
|
H A D | rdb_store_config.cpp | 533 int32_t RdbStoreConfig::GetDBType() const in GetDBType() function in OHOS::NativeRdb::RdbStoreConfig
|
H A D | sqlite_connection.cpp | 149 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 D | connection.h | 55 virtual int32_t GetDBType() const = 0;
|
H A D | rd_connection.h | 42 int32_t GetDBType() const override;
|
H A D | sqlite_connection.h | 60 int32_t GetDBType() const override;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/ |
H A D | rdb_fault_hiview_reporter.cpp | 176 eventInfo.storeType = config.GetDBType() == DB_SQLITE ? "RDB" : "VECTOR DB"; in Create()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | rdb_store_config.h | 241 int32_t GetDBType() const;
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store_config.h | 650 int32_t GetDBType() const;
|
Completed in 12 milliseconds