Searched refs:peerConnDeviceId (Results 1 – 2 of 2) sorted by relevance
42 const char *peerConnDeviceId = GetStringFromJson(in, FIELD_PEER_CONN_DEVICE_ID); in CombineQueryCredentialParams() local43 if (peerConnDeviceId == NULL) { in CombineQueryCredentialParams()68 if (AddStringToJson(out, FIELD_DEVICE_ID, peerConnDeviceId) != HC_SUCCESS) { in CombineQueryCredentialParams()
162 const char *peerConnDeviceId = GetStringFromJson(in, FIELD_PEER_CONN_DEVICE_ID); in GetPeerUdidFromJson() local163 if (peerConnDeviceId == NULL) { in GetPeerUdidFromJson()170 const char *deviceId = GetDeviceIdByUdidHash(osAccountId, peerConnDeviceId); in GetPeerUdidFromJson()171 return (deviceId == NULL ? peerConnDeviceId : deviceId); in GetPeerUdidFromJson()173 return peerConnDeviceId; in GetPeerUdidFromJson()