Home
last modified time | relevance | path

Searched refs:GetPeerUdidHash (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp628 int32_t ret = GetPeerUdidHash(&nodeInfo, peerUdidHash);
630 ret = GetPeerUdidHash(nullptr, peerUdidHash);
632 ret = GetPeerUdidHash(&nodeInfo, nullptr);
/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/net_builder/src/
H A Dlnn_connection_fsm.c541 static int32_t GetPeerUdidHash(NodeInfo *nodeInfo, char *peerUdidHash) in GetPeerUdidHash() function
601 rc = GetPeerUdidHash(nodeInfo, peerUdidHash); in GetPeerUdidInfo()
834 if (retCode == SOFTBUS_OK && GetPeerUdidHash(nodeInfo, peerUdidHash) == SOFTBUS_OK) { in DeletePcRestrictNode()
/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() function in OHOS::DistributedHardware::DmAuthManager
366 GetPeerUdidHash(sessionId, remoteUdidHash_); in DeleteOffLineTimer()