Searched refs:queryIdMap_ (Results 1 – 2 of 2) sorted by relevance
555 auto iter = queryIdMap_.find(deviceId); in GetQueryLastTimestamp()556 if (iter != queryIdMap_.end()) { in GetQueryLastTimestamp()563 queryIdMap_[deviceId] = { hashqueryId }; in GetQueryLastTimestamp()567 auto iter = queryIdMap_.find(deviceId); in GetQueryLastTimestamp()570 if (errCode == E_OK && iter != queryIdMap_.end()) { in GetQueryLastTimestamp()580 auto iter = queryIdMap_.find(deviceId); in RemoveQueryFromRecordSet()581 if (iter != queryIdMap_.end() && iter->second.find(hashqueryId) != iter->second.end()) { in RemoveQueryFromRecordSet()
260 mutable std::map<DeviceID, std::set<std::string>> queryIdMap_; variable