Searched refs:combKeysHashMap_ (Results 1 – 2 of 2) sorted by relevance
212 GetCombKeysHash(combKeys, combKeysHashMap_[deviceId]); in SyncWhiteList()315 if (combKeysHashMap_.empty()) { in IsNeedFilterOut()320 auto iter = combKeysHashMap_.find(deviceId); in IsNeedFilterOut()321 if (iter == combKeysHashMap_.end()) { in IsNeedFilterOut()329 return combKeysHashMap_[deviceId].find(hash) != combKeysHashMap_[deviceId].end(); in IsNeedFilterOut()
79 std::map<std::string, std::unordered_set<std::string>> combKeysHashMap_; variable