Searched refs:remoteDBInfos_ (Results 1 – 2 of 2) sorted by relevance
97 remoteDBInfos = remoteDBInfos_; in SetDBStatusChangeCallback()249 if (remoteDBInfos_.find(devInfos.identifier) == remoteDBInfos_.end()) { in LoadIntoCache()250 remoteDBInfos_.insert({devInfos.identifier, {}}); in LoadIntoCache()252 return MergeDBInfos(dbInfos, remoteDBInfos_[devInfos.identifier]); in LoadIntoCache()263 remoteDBInfos_.clear(); in ClearAllCache()277 for (const auto &[dev, dbInfos]: remoteDBInfos_) { in NotifyRemoteOffline()
65 …std::map<std::string, std::vector<DBInfo>> remoteDBInfos_; // key: device uuid, value: all db whic… variable