Home
last modified time | relevance | path

Searched refs:mapDeviceWhiteList_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp210 mapDeviceWhiteList_[deviceId] = vecWhiteList; in SyncWhiteList()
271 mapDeviceWhiteList_.erase(deviceId); in ClearWhiteList()
278 TYPE_DEVICE_WHITE_LIST_MAP().swap(mapDeviceWhiteList_); in ClearWhiteList()
287 TYPE_DEVICE_WHITE_LIST_MAP::const_iterator iter = mapDeviceWhiteList_.find(deviceId); in GetWhiteList()
288 if (iter != mapDeviceWhiteList_.end()) { in GetWhiteList()
H A Dwhite_list_util.h78 TYPE_DEVICE_WHITE_LIST_MAP mapDeviceWhiteList_; member in OHOS::DistributedHardware::DistributedInput::WhiteListUtil

Completed in 2 milliseconds