Searched defs:isFirstOpen (Results 1 – 2 of 2) sorted by relevance
24 int KvStoreManager::GetKvStore(const std::string &path, const DBConfig &config, bool isFirstOpen, in GetKvStore()
82 bool isFirstOpen = (it == dbConnCount_.end() || it->second == 0); in GetDocumentStore() local