Home
last modified time | relevance | path

Searched refs:GetPeerUdidByNetworkId (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_common.h153 int32_t GetPeerUdidByNetworkId(const char *networkId, char *udid, uint32_t len);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp838 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 Dauth_common.c480 int32_t GetPeerUdidByNetworkId(const char *networkId, char *udid, uint32_t len) in GetPeerUdidByNetworkId() function
H A Dauth_session_json.c945 if (GetPeerUdidByNetworkId(info->udid, peerUdid, UDID_BUF_LEN) != SOFTBUS_OK) { in VerifyExchangeIdTypeAndInfo()

Completed in 7 milliseconds