Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp380 DmDeviceInfo dmDevInfo; in OnSoftbusDeviceFound() local
381 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()