Searched refs:UriToSnapshot (Results 1 – 2 of 2) sorted by relevance
66 using UriToSnapshot = std::shared_ptr<std::map<std::string, std::shared_ptr<Snapshot>>>; variable105 UriToSnapshot GetSnapShots(const std::string &bundleName, const std::string &storeName);219 ConcurrentMap<std::string, UriToSnapshot> bindSnapshots_; // key:bundleName_storeName
1237 ObjectStoreManager::UriToSnapshot ObjectStoreManager::GetSnapShots(const std::string& bundleName, in GetSnapShots()