Home
last modified time | relevance | path

Searched refs:connectionPool_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp918 connectionPool_ = nullptr; in RdbStoreImpl()
929 connectionPool_ = nullptr; in ~RdbStoreImpl()
1580 return connectionPool_ != nullptr; in IsHoldingConnection()
1664 connectionPool_->CloseAllConnections(); in AttachInner()
1779 connectionPool_->CloseAllConnections(); in Detach()
1782 errCode = connectionPool_->EnableWal(); in Detach()
1839 connectionPool_->Dump(true, "BEGIN"); in BeginTransaction()
1845 connectionPool_->SetInTransaction(true); in BeginTransaction()
2017 connectionPool_->SetInTransaction(false); in Commit()
2038 return connectionPool_->IsInTransaction(); in IsInTransaction()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h147 std::shared_ptr<ConnectionPool> connectionPool_ = nullptr; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h242 std::shared_ptr<ConnectionPool> connectionPool_ = nullptr; variable