Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_trans_db_test.cpp42 static std::shared_ptr<ConnectionPool> connPool_; member in Test::RdbTransDBTest
48 std::shared_ptr<ConnectionPool> RdbTransDBTest::connPool_ = nullptr; member in Test::RdbTransDBTest
72 connPool_ = ConnectionPool::Create(config_, errCode); in SetUpTestCase()
73 EXPECT_TRUE(connPool_ != nullptr); in SetUpTestCase()
78 connPool_ = nullptr; in TearDownTestCase()
84 auto [errCode, conn] = connPool_->CreateTransConn(); in SetUp()