Home
last modified time | relevance | path

Searched refs:GetPeerUdidHash (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp600 * @tc.desc: test GetPeerUdidHash
627 int32_t ret = GetPeerUdidHash(&nodeInfo, peerUdidHash); in HWTEST_F()
629 ret = GetPeerUdidHash(nullptr, peerUdidHash); in HWTEST_F()
631 ret = GetPeerUdidHash(&nodeInfo, nullptr); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h530 void GetPeerUdidHash(int32_t sessionId, std::string &peerUdidHash);
/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()
833 if (retCode == SOFTBUS_OK && GetPeerUdidHash(nodeInfo, peerUdidHash) == SOFTBUS_OK) { in DeletePcRestrictNode()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_third.cpp56 void DmAuthManager::GetPeerUdidHash(int32_t sessionId, std::string &peerUdidHash) in GetPeerUdidHash() function in OHOS::DistributedHardware::DmAuthManager
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp400 void DmAuthManager::GetPeerUdidHash(int32_t sessionId, std::string &peerUdidHash) in GetPeerUdidHash() function in OHOS::DistributedHardware::DmAuthManager
405 LOGE("DmAuthManager::GetPeerUdidHash failed."); in GetPeerUdidHash()
420 GetPeerUdidHash(sessionId, remoteUdidHash_); in DeleteOffLineTimer()

Completed in 10 milliseconds