Searched refs:GetStoreFromCache (Results 1 – 3 of 3) sorted by relevance
53 …std::shared_ptr<RdbStoreImpl> GetStoreFromCache(const RdbStoreConfig &config, const std::string &p…
61 std::shared_ptr<RdbStoreImpl> RdbStoreManager::GetStoreFromCache(const RdbStoreConfig &config, cons… in GetStoreFromCache() function in OHOS::NativeRdb::RdbStoreManager98 std::shared_ptr<RdbStoreImpl> rdbStore = GetStoreFromCache(modifyConfig, path); in GetRdbStore()