Home
last modified time | relevance | path

Searched refs:peerVersion (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c126 if (appInfo->appType == APP_TYPE_AUTH && strlen(appInfo->peerVersion) == 0) { in FillExtraByProxyChannelErrorEnd()
127 TransGetRemoteDeviceVersion(extra->peerUdid, CATEGORY_UDID, (char *)(appInfo->peerVersion), in FillExtraByProxyChannelErrorEnd()
128 sizeof(appInfo->peerVersion)); in FillExtraByProxyChannelErrorEnd()
130 extra->peerDevVer = appInfo->peerVersion; in FillExtraByProxyChannelErrorEnd()
287 if (appInfo->appType == APP_TYPE_AUTH && strlen(appInfo->peerVersion) == 0) { in TransProxyReportOpenChannelFailEvent()
288 … TransGetRemoteDeviceVersion(extra.peerUdid, CATEGORY_UDID, (char *)(appInfo->peerVersion), in TransProxyReportOpenChannelFailEvent()
289 sizeof(appInfo->peerVersion)); in TransProxyReportOpenChannelFailEvent()
291 extra.peerDevVer = appInfo->peerVersion; in TransProxyReportOpenChannelFailEvent()
398 …iceVersion(peerNetworkId, CATEGORY_NETWORK_ID, appInfo->peerVersion, sizeof(appInfo->peerVersion)); in TransProxyGetAppInfo()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp475 bool StaticCapabilityLoader::StaticVersionCheck(const std::string& peerVersion, const std::string& … in StaticVersionCheck() argument
478 if (peerVersion == localVersion) { in StaticVersionCheck()
482 if (!IsValidVersion(peerVersion) || !IsValidVersion(localVersion)) { in StaticVersionCheck()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h101 char peerVersion[DEVICE_VERSION_SIZE_MAX]; member
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/staticcapabilityloader/
H A Dstatic_capability_loader.h59 bool StaticVersionCheck(const std::string& peerVersion, const std::string& localVersion);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c527 if (strlen(info->appInfo.peerVersion) == 0) { in FillExtraByAuthChannelErrorEnd()
528 TransGetRemoteDeviceVersion(extra->peerUdid, CATEGORY_UDID, info->appInfo.peerVersion, in FillExtraByAuthChannelErrorEnd()
529 sizeof(info->appInfo.peerVersion)); in FillExtraByAuthChannelErrorEnd()
531 extra->peerDevVer = info->appInfo.peerVersion; in FillExtraByAuthChannelErrorEnd()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c272 TransGetRemoteDeviceVersion(appInfo->peerNetWorkId, CATEGORY_NETWORK_ID, appInfo->peerVersion, in CopyAppInfoFromSessionParam()
273 sizeof(appInfo->peerVersion)); in CopyAppInfoFromSessionParam()
H A Dtrans_lane_pending_ctl.c692 extra->peerDevVer = appInfo->peerVersion; in TransBuildLaneAllocFailEvent()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c62 .peerDevVer = node->appInfo.peerVersion, in OnSessionOpenFailProc()
H A Dtrans_tcp_direct_message.c480 .peerDevVer = conn->appInfo.peerVersion, in NotifyChannelOpenFailedBySessionConn()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c220 .peerDevVer = info->peerVersion, in NotifyUdpChannelOpenFailed()