Home
last modified time | relevance | path

Searched refs:anonyUdid (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c139 char *anonyUdid = NULL; in HbSaveRecvTimeToRemoveRepeat() local
140 Anonymize(device->devId, &anonyUdid); in HbSaveRecvTimeToRemoveRepeat()
141 LNN_LOGE(LNN_HEART_BEAT, "save recv time fail, udidHash=%{public}s", AnonymizeWrapper(anonyUdid)); in HbSaveRecvTimeToRemoveRepeat()
142 AnonymizeFree(anonyUdid); in HbSaveRecvTimeToRemoveRepeat()
246 char *anonyUdid = NULL; in HbGetOnlineNodeByRecvInfo() local
247 Anonymize(udidHash, &anonyUdid); in HbGetOnlineNodeByRecvInfo()
250 AnonymizeWrapper(anonyUdid), AnonymizeWrapper(anonyNetworkId)); in HbGetOnlineNodeByRecvInfo()
252 AnonymizeFree(anonyUdid); in HbGetOnlineNodeByRecvInfo()
365 char *anonyUdid = NULL; in HbDumpRecvDeviceInfo() local
367 Anonymize(device->devId, &anonyUdid); in HbDumpRecvDeviceInfo()
579 char *anonyUdid = NULL; HbIsValidJoinLnnRequest() local
695 char *anonyUdid = NULL; ProcessUdidAnonymize() local
705 char *anonyUdid = NULL; SoftBusNetNodeResult() local
970 char *anonyUdid = NULL; HbMediumMgrRecvProcess() local
995 char *anonyUdid = NULL; HbMediumMgrRecvHigherWeight() local
1015 char *anonyUdid = NULL; HbMediumMgrRecvHigherWeight() local
1041 char *anonyUdid = NULL; HbMediumMgrRelayProcess() local
1126 char *anonyUdid = NULL; LnnDumpHbMgrRecvList() local
[all...]
H A Dlnn_heartbeat_utils.c335 char *anonyUdid = NULL; in LnnGenerateBtMacHash() local
336 Anonymize(brMacHash, &anonyUdid); in LnnGenerateBtMacHash()
337 LNN_LOGI(LNN_HEART_BEAT, "brmacHash=%{public}s", AnonymizeWrapper(anonyUdid)); in LnnGenerateBtMacHash()
338 AnonymizeFree(anonyUdid); in LnnGenerateBtMacHash()
376 char *anonyUdid = NULL; in LnnDumpLocalBasicInfo() local
394 Anonymize(localUdid, &anonyUdid); in LnnDumpLocalBasicInfo()
397 "networkId=%{public}s", AnonymizeWrapper(anonyUuid), AnonymizeWrapper(anonyUdid), in LnnDumpLocalBasicInfo()
400 AnonymizeFree(anonyUdid); in LnnDumpLocalBasicInfo()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c268 char *anonyUdid = NULL; in DeletePcRestrictNode() local
269 Anonymize(udid, &anonyUdid); in DeletePcRestrictNode()
270 AUTH_LOGI(AUTH_HICHAIN, "delete restrict node success. udid=%{public}s", AnonymizeWrapper(anonyUdid)); in DeletePcRestrictNode()
271 AnonymizeFree(anonyUdid); in DeletePcRestrictNode()
326 char *anonyUdid = NULL; in OnDeviceBound() local
327 Anonymize(udid, &anonyUdid); in OnDeviceBound()
329 AnonymizeWrapper(anonyUdid), info.groupType); in OnDeviceBound()
330 AnonymizeFree(anonyUdid); in OnDeviceBound()
370 char *anonyUdid = NULL; in OnDeviceNotTrusted() local
371 Anonymize(udid, &anonyUdid); in OnDeviceNotTrusted()
[all...]
H A Dauth_deviceprofile.cpp98 char *anonyUdid = nullptr; in IsTrustDevice() local
99 Anonymize(trustDevice.GetTrustDeviceId().c_str(), &anonyUdid); in IsTrustDevice()
101 AnonymizeWrapper(anonyUdid), anonyDeviceIdHash); in IsTrustDevice()
102 AnonymizeFree(anonyUdid); in IsTrustDevice()
256 char *anonyUdid = nullptr; in InsertDpSameAccount() local
257 Anonymize(udid.c_str(), &anonyUdid); in InsertDpSameAccount()
258 LNN_LOGI(LNN_STATE, "insert dp same account succ, udid=%{public}s", AnonymizeWrapper(anonyUdid)); in InsertDpSameAccount()
259 AnonymizeFree(anonyUdid); in InsertDpSameAccount()
H A Dauth_session_json.c774 char *anonyUdid = NULL; in VerifySessionInfoIdType() local
775 Anonymize(udid, &anonyUdid); in VerifySessionInfoIdType()
777 info->idType, AnonymizeWrapper(anonyUdid)); in VerifySessionInfoIdType()
778 AnonymizeFree(anonyUdid); in VerifySessionInfoIdType()
940 static int32_t VerifyExchangeIdTypeAndInfo(AuthSessionInfo *info, int32_t idType, char *anonyUdid) in VerifyExchangeIdTypeAndInfo() argument
946 AUTH_LOGE(AUTH_FSM, "get peer udid fail, peer networkId=%{public}s", anonyUdid); in VerifyExchangeIdTypeAndInfo()
951 AUTH_LOGE(AUTH_FSM, "need exchange udid, peer udid=%{public}s", anonyUdid); in VerifyExchangeIdTypeAndInfo()
954 AUTH_LOGE(AUTH_FSM, "get peer udid success, peer udid=%{public}s", anonyUdid); in VerifyExchangeIdTypeAndInfo()
981 char *anonyUdid = NULL; in SetExchangeIdTypeAndValue() local
982 Anonymize(info->udid, &anonyUdid); in SetExchangeIdTypeAndValue()
[all...]
H A Dauth_manager.c126 char *anonyUdid = NULL; in DelAuthManager() local
127 Anonymize(auth->udid, &anonyUdid); in DelAuthManager()
131 AnonymizeFree(anonyUdid); in DelAuthManager()
143 " authId=%{public}" PRId64, AnonymizeWrapper(anonyUdid), in DelAuthManager()
145 AnonymizeFree(anonyUdid); in DelAuthManager()
150 AnonymizeWrapper(anonyUdid), GetAuthSideStr(auth->isServer), auth->authId); in DelAuthManager()
151 AnonymizeFree(anonyUdid); in DelAuthManager()
1843 char *anonyUdid = NULL; in AuthGetLatestAuthSeqList() local
1844 Anonymize(udid, &anonyUdid); in AuthGetLatestAuthSeqList()
1845 AUTH_LOGE(AUTH_CONN, "not found active authManager, udid=%{public}s", AnonymizeWrapper(anonyUdid)); in AuthGetLatestAuthSeqList()
[all...]
H A Dauth_session_fsm.c910 char *anonyUdid = NULL; in UpdateUdidHashIfEmpty() local
911 Anonymize(info->udid, &anonyUdid); in UpdateUdidHashIfEmpty()
912 AUTH_LOGW(AUTH_FSM, "udidhash is empty, udid=%{public}s", AnonymizeWrapper(anonyUdid)); in UpdateUdidHashIfEmpty()
913 AnonymizeFree(anonyUdid); in UpdateUdidHashIfEmpty()
1207 char *anonyUdid = NULL; in ProcessClientAuthState() local
1208 Anonymize(authFsm->info.udid, &anonyUdid); in ProcessClientAuthState()
1209 AUTH_LOGI(AUTH_FSM, "start auth send udid=%{public}s", AnonymizeWrapper(anonyUdid)); in ProcessClientAuthState()
1210 AnonymizeFree(anonyUdid); in ProcessClientAuthState()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
H A Dlnn_decision_db.c339 char *anonyUdid = NULL; in InsertTrustedDevInfoRecord() local
340 Anonymize(udid, &anonyUdid); in InsertTrustedDevInfoRecord()
341 LNN_LOGI(LNN_LEDGER, "insert udid to trusted dev info table. udid=%{public}s", AnonymizeWrapper(anonyUdid)); in InsertTrustedDevInfoRecord()
342 AnonymizeFree(anonyUdid); in InsertTrustedDevInfoRecord()
396 char *anonyUdid = NULL; in RemoveTrustedDevInfoRecord() local
397 Anonymize(udid, &anonyUdid); in RemoveTrustedDevInfoRecord()
398 LNN_LOGI(LNN_LEDGER, "remove udid from trusted dev info table. udid=%{public}s", AnonymizeWrapper(anonyUdid)); in RemoveTrustedDevInfoRecord()
399 AnonymizeFree(anonyUdid); in RemoveTrustedDevInfoRecord()
414 char *anonyUdid = NULL; in DeleteDeviceFromList() local
415 Anonymize(record->udid, &anonyUdid); in DeleteDeviceFromList()
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_topo_manager.c202 char *anonyUdid = NULL; in ClearTopoTable() local
204 Anonymize(item->udid, &anonyUdid); in ClearTopoTable()
207 AnonymizeWrapper(anonyUdid), AnonymizeWrapper(anonyPeerUdid)); in ClearTopoTable()
208 AnonymizeFree(anonyUdid); in ClearTopoTable()
350 char *anonyUdid = NULL; in UpdateLocalTopo() local
362 Anonymize(udid, &anonyUdid); in UpdateLocalTopo()
365 AnonymizeWrapper(anonyUdid), AnonymizeWrapper(anonyPeerUdid)); in UpdateLocalTopo()
366 AnonymizeFree(anonyUdid); in UpdateLocalTopo()
378 Anonymize(topoItem->udid, &anonyUdid); in UpdateLocalTopo()
381 AnonymizeWrapper(anonyUdid), AnonymizeWrappe in UpdateLocalTopo()
[all...]
H A Dlnn_data_cloud_sync.c125 char *anonyUdid = NULL; in DBDeviceBasicInfoSyncToCache() local
126 Anonymize(cacheInfo->deviceInfo.deviceUdid, &anonyUdid); in DBDeviceBasicInfoSyncToCache()
127 LNN_LOGI(LNN_BUILDER, "success, udid=%{public}s", AnonymizeWrapper(anonyUdid)); in DBDeviceBasicInfoSyncToCache()
128 AnonymizeFree(anonyUdid); in DBDeviceBasicInfoSyncToCache()
725 char *anonyUdid = NULL; in LnnDBDataAddChangeSyncToCache() local
726 Anonymize(cacheInfo.deviceInfo.deviceUdid, &anonyUdid); in LnnDBDataAddChangeSyncToCache()
729 "" PRIu64, AnonymizeWrapper(anonyUdid), cacheInfo.stateVersion, cacheInfo.localStateVersion, in LnnDBDataAddChangeSyncToCache()
731 AnonymizeFree(anonyUdid); in LnnDBDataAddChangeSyncToCache()
754 char *anonyUdid = NULL; in PrintSyncNodeInfo() local
755 Anonymize(cacheInfo->deviceInfo.deviceUdid, &anonyUdid); in PrintSyncNodeInfo()
914 char *anonyUdid = NULL; LnnSaveAndUpdateDistributedNode() local
1178 char *anonyUdid = NULL; LnnDeleteDevInfoSyncToDB() local
[all...]
H A Dlnn_sync_info_manager.c602 char *anonyUdid = NULL; in CheckPeerAuthSeq() local
603 Anonymize(udid, &anonyUdid); in CheckPeerAuthSeq()
606 PRId64 "peer:%{public}" PRId64 "", AnonymizeWrapper(anonyUdid), in CheckPeerAuthSeq()
608 AnonymizeFree(anonyUdid); in CheckPeerAuthSeq()
611 AnonymizeFree(anonyUdid); in CheckPeerAuthSeq()
822 char *anonyUdid = NULL; in OnWifiDirectSyncMsgRecv() local
823 Anonymize(auth->udid, &anonyUdid); in OnWifiDirectSyncMsgRecv()
824 LNN_LOGI(LNN_BUILDER, "udid=%{public}s", AnonymizeWrapper(anonyUdid)); in OnWifiDirectSyncMsgRecv()
825 AnonymizeFree(anonyUdid); in OnWifiDirectSyncMsgRecv()
H A Dlnn_net_builder.c1489 char *anonyUdid = NULL; in AddNodeToPcRestrictMap() local
1490 Anonymize(udidHash, &anonyUdid); in AddNodeToPcRestrictMap()
1491 LNN_LOGI(LNN_BUILDER, "add %{public}s to map succ", AnonymizeWrapper(anonyUdid)); in AddNodeToPcRestrictMap()
1492 AnonymizeFree(anonyUdid); in AddNodeToPcRestrictMap()
1526 char *anonyUdid = NULL; in DeleteNodeFromPcRestrictMap() local
1527 Anonymize(udidHash, &anonyUdid); in DeleteNodeFromPcRestrictMap()
1528 LNN_LOGI(LNN_BUILDER, "delete %{public}s from map succ", AnonymizeWrapper(anonyUdid)); in DeleteNodeFromPcRestrictMap()
1529 AnonymizeFree(anonyUdid); in DeleteNodeFromPcRestrictMap()
1569 char *anonyUdid = NULL; in UpdateNodeFromPcRestrictMap() local
1570 Anonymize(udidHash, &anonyUdid); in UpdateNodeFromPcRestrictMap()
[all...]
H A Dlnn_connection_fsm.c1495 char *anonyUdid = NULL; in OnlineStateEnter() local
1501 Anonymize(connFsm->connInfo.nodeInfo->deviceInfo.deviceUdid, &anonyUdid); in OnlineStateEnter()
1508 connFsm->id, anonyNetworkId, isNodeInfoValid ? AnonymizeWrapper(anonyUdid) : "", in OnlineStateEnter()
1513 AnonymizeFree(anonyUdid); in OnlineStateEnter()
1614 char *anonyUdid = NULL; in LeavingStateEnter() local
1619 Anonymize(connFsm->connInfo.nodeInfo->deviceInfo.deviceUdid, &anonyUdid); in LeavingStateEnter()
1625 connFsm->id, anonyNetworkId, isNodeInfoValid ? AnonymizeWrapper(anonyUdid) : "", in LeavingStateEnter()
1629 AnonymizeFree(anonyUdid); in LeavingStateEnter()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c611 char *anonyUdid = NULL; in LnnDumpNodeInfo() local
615 Anonymize(deviceInfo->deviceInfo.deviceUdid, &anonyUdid); in LnnDumpNodeInfo()
620 AnonymizeWrapper(anonyNetworkId), AnonymizeWrapper(anonyUdid), AnonymizeWrapper(anonyDeviceName), in LnnDumpNodeInfo()
623 AnonymizeFree(anonyUdid); in LnnDumpNodeInfo()
H A Dlnn_net_ledger.c540 char *anonyUdid = NULL; in SoftbusDumpPrintUdid() local
541 Anonymize((char *)udid, &anonyUdid); in SoftbusDumpPrintUdid()
542 SOFTBUS_DPRINTF(fd, " %-15s->%s\n", "Udid", AnonymizeWrapper(anonyUdid)); in SoftbusDumpPrintUdid()
543 AnonymizeFree(anonyUdid); in SoftbusDumpPrintUdid()

Completed in 25 milliseconds