Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c504 char *tmpNetWorkId = NULL; in LnnDumpOnlinePrintInfo() local
505 Anonymize(nodeInfo->networkId, &tmpNetWorkId); in LnnDumpOnlinePrintInfo()
506 LNN_LOGI(LNN_HEART_BEAT, "NetworkId=%{public}s", tmpNetWorkId); in LnnDumpOnlinePrintInfo()
507 AnonymizeFree(tmpNetWorkId); in LnnDumpOnlinePrintInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c1000 char *tmpNetWorkId = NULL; in ProcessMessage() local
1002 Anonymize(appInfo.peerNetWorkId, &tmpNetWorkId); in ProcessMessage()
1005 channelId, tmpNetWorkId, tmpUdid, ret); in ProcessMessage()
1006 AnonymizeFree(tmpNetWorkId); in ProcessMessage()