Searched refs:rdbMap_ (Results 1 – 2 of 2) sorted by relevance
33 if (rdbMap_.find(key) == rdbMap_.end()) { in GetRdbStore()34 rdbMap_[key] = make_shared<CloudDiskRdbStore>(bundleName, userId); in GetRdbStore()38 return rdbMap_[key]; in GetRdbStore()
38 std::unordered_map<std::string, std::shared_ptr<CloudDiskRdbStore>>rdbMap_; variable