Home
last modified time | relevance | path

Searched refs:combKeys (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp211 for (auto combKeys : vecWhiteList) { in SyncWhiteList() local
212 GetCombKeysHash(combKeys, combKeysHashMap_[deviceId]); in SyncWhiteList()
218 void WhiteListUtil::GetCombKeysHash(TYPE_COMBINATION_KEY_VEC combKeys, std::unordered_set<std::stri… in GetCombKeysHash() argument
220 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()
H A Dwhite_list_util.h69 …void GetCombKeysHash(TYPE_COMBINATION_KEY_VEC combKeys, std::unordered_set<std::string> &targetSet…