Home
last modified time | relevance | path

Searched refs:peerUdidHash (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c97 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 Dlnn_connection_fsm_test.cpp588 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 Dlnn_event_form.h136 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 Dlnn_event_test.cpp66 .peerUdidHash = "9ada389cd0898797",
108 .peerUdidHash = "",
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c340 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 Dlnn_event.c80 extra->peerUdidHash = NULL; in LnnEventExtraInit()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dlnn_event_converter.h73 LNN_ASSIGNER(AnonymizeString, PeerUdidHash, peerUdidHash)
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h124 unsigned char peerUdidHash[LFINDER_UDID_HASH_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h101 MatchLnnEventNameTypeExtraStrParamAnony(params, ++index, extra.peerUdidHash);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h557 void GetPeerUdidHash(int32_t sessionId, std::string &peerUdidHash);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c852 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 Dlnn_heartbeat_medium_mgr.c611 extra->peerUdidHash = bleExtra->extra.peerUdidHash; in CopyBleReportExtra()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp346 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()