Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/utils/src/
H A Davsession_radar.cpp134 json jDeviceInfo; in GetJsonCastDeviceList() local
135 jDeviceInfo[PEER_UDID] = GetAnonymousDeviceId(GetUdidByNetworkId(deviceInfo.networkId_)); in GetJsonCastDeviceList()
136 jDeviceInfo[PEER_BT_MAC] = ""; in GetJsonCastDeviceList()
137 jDeviceInfo[PEER_DEV_TYPE] = ConvertHexToString(deviceInfo.deviceType_); in GetJsonCastDeviceList()
138 jDeviceInfo[PEER_DEV_NAME] = deviceInfo.deviceName_; in GetJsonCastDeviceList()
139 jDeviceInfos.push_back(jDeviceInfo); in GetJsonCastDeviceList()