Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h121 int32_t GetMaxReaders(const RdbStoreConfig &config);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp136 maxReader_ = GetMaxReaders(config); in Init()
156 int32_t ConnPool::GetMaxReaders(const RdbStoreConfig &config) in GetMaxReaders() function in OHOS::NativeRdb::ConnPool