Searched refs:GetPeerUdidHash (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_test.cpp | 600 * @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 D | dm_auth_manager.h | 530 void GetPeerUdidHash(int32_t sessionId, std::string &peerUdidHash);
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm.c | 541 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 D | UTTest_dm_auth_manager_third.cpp | 56 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 D | dm_auth_manager.cpp | 400 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 11 milliseconds