Searched refs:tmpNetWorkId (Results 1 – 2 of 2) sorted by relevance
504 char *tmpNetWorkId = NULL; in LnnDumpOnlinePrintInfo() local505 Anonymize(nodeInfo->networkId, &tmpNetWorkId); in LnnDumpOnlinePrintInfo()506 LNN_LOGI(LNN_HEART_BEAT, "NetworkId=%{public}s", tmpNetWorkId); in LnnDumpOnlinePrintInfo()507 AnonymizeFree(tmpNetWorkId); in LnnDumpOnlinePrintInfo()
1000 char *tmpNetWorkId = NULL; in ProcessMessage() local1002 Anonymize(appInfo.peerNetWorkId, &tmpNetWorkId); in ProcessMessage()1005 channelId, tmpNetWorkId, tmpUdid, ret); in ProcessMessage()1006 AnonymizeFree(tmpNetWorkId); in ProcessMessage()