Searched refs:tmpUdid (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/common/src/ |
H A D | disc_coap_parser.c | 39 char tmpUdid[DISC_MAX_DEVICE_ID_LEN] = {0}; in DiscCoapParseDeviceUdid() local 40 if (!GetJsonObjectStringItem(udidJson, DEVICE_UDID, tmpUdid, DISC_MAX_DEVICE_ID_LEN)) { in DiscCoapParseDeviceUdid() 46 Anonymize(tmpUdid, &anonymizedStr); in DiscCoapParseDeviceUdid() 51 int32_t ret = GenerateStrHashAndConvertToHexString((const unsigned char *)tmpUdid, HEX_HASH_LEN, in DiscCoapParseDeviceUdid()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_utils.c | 423 char *tmpUdid = NULL; in LnnDumpPrintUdid() local 424 Anonymize(udid, &tmpUdid); in LnnDumpPrintUdid() 425 LNN_LOGI(LNN_HEART_BEAT, "Udid=%{public}s", tmpUdid); in LnnDumpPrintUdid() 426 AnonymizeFree(tmpUdid); in LnnDumpPrintUdid()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_message.c | 1001 char *tmpUdid = NULL; in ProcessMessage() local 1003 Anonymize(appInfo.peerUdid, &tmpUdid); in ProcessMessage() 1005 channelId, tmpNetWorkId, tmpUdid, ret); in ProcessMessage() 1007 AnonymizeFree(tmpUdid); in ProcessMessage()
|