Searched refs:deviceIdToHashDeviceIdMap_ (Results 1 – 2 of 2) sorted by relevance
249 std::map<DeviceID, DeviceID> deviceIdToHashDeviceIdMap_; variable
368 if (deviceIdToHashDeviceIdMap_.count(deviceId) == 0) { in GetHashDeviceId()370 deviceIdToHashDeviceIdMap_.insert(std::pair<DeviceID, DeviceID>(deviceId, hashDeviceId)); in GetHashDeviceId()372 hashDeviceId = deviceIdToHashDeviceIdMap_[deviceId]; in GetHashDeviceId()