Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h51 std::pair<int32_t, SharedConn> DisableWal();
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp466 std::pair<int, std::shared_ptr<Conn>> ConnPool::DisableWal() in DisableWal() function in OHOS::NativeRdb::ConnPool
H A Drdb_store_impl.cpp1667 auto [err, newConn] = connectionPool_->DisableWal(); in AttachInner()