Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/common/src/
H A Ddisc_coap_parser.c39 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 Dlnn_heartbeat_utils.c423 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 Dtrans_tcp_direct_message.c1001 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()