Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp212 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()
H A Dwhite_list_util.h79 std::map<std::string, std::unordered_set<std::string>> combKeysHashMap_; variable