Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h39 using SharedConns = std::vector<SharedConn>; variable
50 std::pair<SharedConn, SharedConns> AcquireAll(int32_t time);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp41 using SharedConns = std::vector<std::shared_ptr<Connection>>; typedef
225 std::pair<SharedConn, SharedConns> ConnPool::AcquireAll(int32_t time) in AcquireAll()
229 std::pair<SharedConn, SharedConns> result; in AcquireAll()