Searched refs:jDeviceInfo (Results 1 – 1 of 1) sorted by relevance
134 json jDeviceInfo; in GetJsonCastDeviceList() local135 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()