Searched refs:combKeys (Results 1 – 2 of 2) sorted by relevance
211 for (auto combKeys : vecWhiteList) { in SyncWhiteList() local212 GetCombKeysHash(combKeys, combKeysHashMap_[deviceId]); in SyncWhiteList()218 void WhiteListUtil::GetCombKeysHash(TYPE_COMBINATION_KEY_VEC combKeys, std::unordered_set<std::stri… in GetCombKeysHash() argument220 if (combKeys.size() < COMB_KEY_VEC_MIN_LEN) { in GetCombKeysHash()225 TYPE_KEY_CODE_VEC lastKeyAction = combKeys.back(); in GetCombKeysHash()230 combKeys.pop_back(); in GetCombKeysHash()231 TYPE_KEY_CODE_VEC lastKey = combKeys.back(); in GetCombKeysHash()236 combKeys.pop_back(); in GetCombKeysHash()240 GetAllComb(combKeys, hash, combKeys.size(), hashSets); in GetCombKeysHash()
69 …void GetCombKeysHash(TYPE_COMBINATION_KEY_VEC combKeys, std::unordered_set<std::string> &targetSet…