Searched refs:peerVersion (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_listener.c | 126 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 D | static_capability_loader.cpp | 475 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 D | softbus_app_info.h | 101 char peerVersion[DEVICE_VERSION_SIZE_MAX]; member
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/staticcapabilityloader/ |
H A D | static_capability_loader.h | 59 bool StaticVersionCheck(const std::string& peerVersion, const std::string& localVersion);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 527 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 D | trans_channel_common.c | 272 TransGetRemoteDeviceVersion(appInfo->peerNetWorkId, CATEGORY_NETWORK_ID, appInfo->peerVersion, in CopyAppInfoFromSessionParam() 273 sizeof(appInfo->peerVersion)); in CopyAppInfoFromSessionParam()
|
H A D | trans_lane_pending_ctl.c | 692 extra->peerDevVer = appInfo->peerVersion; in TransBuildLaneAllocFailEvent()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_manager.c | 62 .peerDevVer = node->appInfo.peerVersion, in OnSessionOpenFailProc()
|
H A D | trans_tcp_direct_message.c | 480 .peerDevVer = conn->appInfo.peerVersion, in NotifyChannelOpenFailedBySessionConn()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 220 .peerDevVer = info->peerVersion, in NotifyUdpChannelOpenFailed()
|