Home
last modified time | relevance | path

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

/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp188 std::shared_ptr<DeviceInfoData> tempDeviceInfo = nullptr; in ParseToDeviceInfoData() local
206 tempDeviceInfo = tempUsbDeviceInfo; in ParseToDeviceInfoData()
212 if (tempDeviceInfo != nullptr) { in ParseToDeviceInfoData()
213 tempDeviceInfo->deviceId = deviceInfo->GetDeviceId(); in ParseToDeviceInfoData()
214 tempDeviceInfo->isDriverMatched = device->HasDriver(); in ParseToDeviceInfoData()
215 if (tempDeviceInfo->isDriverMatched) { in ParseToDeviceInfoData()
216 tempDeviceInfo->driverUid = device->GetDriverUid(); in ParseToDeviceInfoData()
220 return tempDeviceInfo; in ParseToDeviceInfoData()
283 auto tempDeviceInfo = ParseToDeviceInfoData(device); in QueryDeviceInfo() local
284 if (tempDeviceInfo != nullptr) { in QueryDeviceInfo()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dmine_softbus_listener.cpp625 DeviceInfo tempDeviceInfo; in MatchSearchDealTask() local
634 tempDeviceInfo = g_matchQueue.front(); in MatchSearchDealTask()
637 if (ParseBroadcastInfo(tempDeviceInfo) != DM_OK) { in MatchSearchDealTask()