Searched refs:dmDevInfo (Results 1 – 1 of 1) sorted by relevance
380 DmDeviceInfo dmDevInfo; in OnSoftbusDeviceFound() local381 ConvertDeviceInfoToDmDevice(*device, dmDevInfo); in OnSoftbusDeviceFound()384 if (deviceIdSet.find(std::string(dmDevInfo.deviceId)) == deviceIdSet.end()) { in OnSoftbusDeviceFound()385 deviceIdSet.insert(std::string(dmDevInfo.deviceId)); in OnSoftbusDeviceFound()390 .peerUdid = std::string(dmDevInfo.deviceId), in OnSoftbusDeviceFound()400 "isOnline=%{public}d", GetAnonyString(dmDevInfo.deviceId).c_str(), in OnSoftbusDeviceFound()401 …GetAnonyString(dmDevInfo.deviceName).c_str(), dmDevInfo.deviceTypeId, dmDevInfo.range, device->isO… in OnSoftbusDeviceFound()406 iter.second->OnDeviceFound(iter.first, dmDevInfo, device->isOnline); in OnSoftbusDeviceFound()