Home
last modified time | relevance | path

Searched refs:GetRemoteUdidWithNetworkId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_channel_common.h74 void GetRemoteUdidWithNetworkId(const char *networkId, char *info, uint32_t len);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c68 GetRemoteUdidWithNetworkId(channel->peerDeviceId, peerUdid, sizeof(peerUdid)); in TransServerOnChannelOpened()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c195 void GetRemoteUdidWithNetworkId(const char *networkId, char *info, uint32_t len) in GetRemoteUdidWithNetworkId() function
270GetRemoteUdidWithNetworkId(appInfo->peerNetWorkId, appInfo->peerUdid, sizeof(appInfo->peerUdid)); in CopyAppInfoFromSessionParam()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp308 GetRemoteUdidWithNetworkId(TEST_NEW_WORK_ID, udid, len);
312 GetRemoteUdidWithNetworkId(TEST_NEW_WORK_ID, udid, len);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c397 GetRemoteUdidWithNetworkId(peerNetworkId, appInfo->peerUdid, sizeof(appInfo->peerUdid)); in TransProxyGetAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp242 GetRemoteUdidWithNetworkId(conn->peerDeviceId, peerUdid, sizeof(peerUdid)); in GetUdidByTcpChannelInfo()