Home
last modified time | relevance | path

Searched defs:peerUdidHash (Results 1 – 7 of 7) sorted by relevance

/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
627 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = {0}; variable
676 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = {0}; variable
/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
504 static int32_t GetUdidHashForDfx(char *localUdidHash, char *peerUdidHash, LnnConntionInfo *connInfo) in GetUdidHashForDfx()
541 static int32_t GetPeerUdidHash(NodeInfo *nodeInfo, char *peerUdidHash) in GetPeerUdidHash()
593 static int32_t GetPeerUdidInfo(NodeInfo *nodeInfo, char *udidData, char *peerUdidHash) in GetPeerUdidInfo()
832 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in DeletePcRestrictNode() local
/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/core/authentication/src/
H A Dauth_hichain.c340 char peerUdidHash[HB_SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in DeletePcRestrictNode() local
/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/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
/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()