/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm.c | 97 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1]; member 543 if (nodeInfo == NULL || peerUdidHash == NULL) { in GetPeerUdidHash() 600 if (IsEmptyShortHashStr(peerUdidHash) || strlen(peerUdidHash) != HB_SHORT_UDID_HASH_HEX_LEN) { in GetPeerUdidInfo() 601 rc = GetPeerUdidHash(nodeInfo, peerUdidHash); in GetPeerUdidInfo() 634 …if (strcpy_s(bleExtra->extra.peerUdidHash, HB_SHORT_UDID_HASH_HEX_LEN + 1, extra->peerUdidHash) !=… in FillDeviceBleReportExtra() 662 …if (strcpy_s(bleExtra->extra.peerUdidHash, HB_SHORT_UDID_HASH_HEX_LEN + 1, extra->peerUdidHash) !=… in DfxAddBleReportExtra() 679 UpdateNodeFromPcRestrictMap(extra->peerUdidHash); in DfxAddBleReportExtra() 681 AddNodeToPcRestrictMap(extra->peerUdidHash); in DfxAddBleReportExtra() 802 extra.peerUdidHash = dfxConnectInfo.peerUdidHash; in DfxRecordLnnAddOnlineNodeEnd() 825 extra.peerUdidHash = dfxConnectInfo.peerUdidHash; in DfxRecordLnnAddOnlineNodeEnd() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_test.cpp | 588 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = {0}; variable 589 int32_t ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo); 591 ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo); 595 ret = GetUdidHashForDfx(localUdidHash, peerUdidHash, &connInfo); 627 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = {0}; variable 628 int32_t ret = GetPeerUdidHash(&nodeInfo, peerUdidHash); 630 ret = GetPeerUdidHash(nullptr, peerUdidHash); 676 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = {0}; variable 677 int32_t ret = GetPeerUdidInfo(&nodeInfo, udidData, peerUdidHash); 692 extra.peerUdidHash = PEERUDID;
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | lnn_event_form.h | 136 const char *peerUdidHash; // PEER_UDID_HASH member 155 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1]; // PEER_UDID_HASH member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | lnn_event_test.cpp | 66 .peerUdidHash = "9ada389cd0898797", 108 .peerUdidHash = "",
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_hichain.c | 340 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in DeletePcRestrictNode() local 343 …if (GetUdidHash(udid, peerUdidHash) == SOFTBUS_OK && GetNodeFromPcRestrictMap(peerUdidHash, &count… in DeletePcRestrictNode() 344 DeleteNodeFromPcRestrictMap(peerUdidHash); in DeletePcRestrictNode()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/ |
H A D | lnn_event.c | 80 extra->peerUdidHash = NULL; in LnnEventExtraInit()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | lnn_event_converter.h | 73 LNN_ASSIGNER(AnonymizeString, PeerUdidHash, peerUdidHash)
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 124 unsigned char peerUdidHash[LFINDER_UDID_HASH_LEN]; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | lnn_hisysevent_matcher.h | 101 MatchLnnEventNameTypeExtraStrParamAnony(params, ++index, extra.peerUdidHash);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 557 void GetPeerUdidHash(int32_t sessionId, std::string &peerUdidHash);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link.c | 852 uint8_t peerUdidHash[UDID_HASH_LEN] = {0}; in ConvertUdidToHexStr() local 853 …t32_t ret = SoftBusGenerateStrHash((const unsigned char*)peerUdid, strlen(peerUdid), peerUdidHash); in ConvertUdidToHexStr() 858 ret = ConvertBytesToHexString(udidHashStr, hashStrLen, peerUdidHash, UDID_SHORT_HASH_LEN_TMP); in ConvertUdidToHexStr()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_medium_mgr.c | 611 extra->peerUdidHash = bleExtra->extra.peerUdidHash; in CopyBleReportExtra()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 346 void DmAuthManager::GetPeerUdidHash(int32_t sessionId, std::string &peerUdidHash) in GetPeerUdidHash() argument 352 peerUdidHash = ""; in GetPeerUdidHash() 358 peerUdidHash = ""; in GetPeerUdidHash() 361 peerUdidHash = std::string(udidHashTmp); in GetPeerUdidHash()
|