Searched refs:GetRemoteUdidWithNetworkId (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/ |
H A D | trans_channel_common.h | 74 void GetRemoteUdidWithNetworkId(const char *networkId, char *info, uint32_t len);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 68 GetRemoteUdidWithNetworkId(channel->peerDeviceId, peerUdid, sizeof(peerUdid)); in TransServerOnChannelOpened()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 195 void GetRemoteUdidWithNetworkId(const char *networkId, char *info, uint32_t len) in GetRemoteUdidWithNetworkId() function 270 … GetRemoteUdidWithNetworkId(appInfo->peerNetWorkId, appInfo->peerUdid, sizeof(appInfo->peerUdid)); in CopyAppInfoFromSessionParam()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_common_test.cpp | 308 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 D | softbus_proxychannel_listener.c | 397 GetRemoteUdidWithNetworkId(peerNetworkId, appInfo->peerUdid, sizeof(appInfo->peerUdid)); in TransProxyGetAppInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 242 GetRemoteUdidWithNetworkId(conn->peerDeviceId, peerUdid, sizeof(peerUdid)); in GetUdidByTcpChannelInfo()
|