Searched refs:GetPeerUdidByNetworkId (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_common.h | 153 int32_t GetPeerUdidByNetworkId(const char *networkId, char *udid, uint32_t len);
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_other_test.cpp | 838 int32_t ret = GetPeerUdidByNetworkId(networkId, nullptr, UDID_BUF_LEN); in HWTEST_F() 840 ret = GetPeerUdidByNetworkId(nullptr, udid, UDID_BUF_LEN); in HWTEST_F() 842 ret = GetPeerUdidByNetworkId(networkId, udid, UDID_BUF_LEN); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_common.c | 480 int32_t GetPeerUdidByNetworkId(const char *networkId, char *udid, uint32_t len) in GetPeerUdidByNetworkId() function
|
H A D | auth_session_json.c | 945 if (GetPeerUdidByNetworkId(info->udid, peerUdid, UDID_BUF_LEN) != SOFTBUS_OK) { in VerifyExchangeIdTypeAndInfo()
|
Completed in 7 milliseconds