Searched refs:isFirstOpen (Results 1 – 3 of 3) sorted by relevance
82 bool isFirstOpen = (it == dbConnCount_.end() || it->second == 0); in GetDocumentStore() local85 errCode = KvStoreManager::GetKvStore(dbRealPath, dbConfig, isFirstOpen, executor); in GetDocumentStore()102 if (isFirstOpen) { in GetDocumentStore()
24 int KvStoreManager::GetKvStore(const std::string &path, const DBConfig &config, bool isFirstOpen, in GetKvStore() argument60 … if ((isFirstOpen ? (!config.CheckPersistenceEqual(oriDbConfig)) : (config != oriDbConfig))) { in GetKvStore()
27 static int GetKvStore(const std::string &path, const DBConfig &config, bool isFirstOpen,