Home
last modified time | relevance | path

Searched refs:APP_TYPE_AUTH (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c59 info->isEncrypt = appInfo->appType != APP_TYPE_AUTH; in GetProxyChannelInfo()
76 if (appInfo->appType == APP_TYPE_AUTH) { in GetProxyChannelInfo()
93 if (appInfo->appType != APP_TYPE_AUTH) { in NotifyNormalChannelOpened()
126 if (appInfo->appType == APP_TYPE_AUTH && strlen(appInfo->peerVersion) == 0) { in FillExtraByProxyChannelErrorEnd()
147 case APP_TYPE_AUTH: in OnProxyChannelOpened()
171 … extra.peerUdid = appInfo->appType == APP_TYPE_AUTH ? appInfo->peerData.deviceId : extra.peerUdid; in OnProxyChannelOpened()
207 case APP_TYPE_AUTH: in TransProxyNotifyOpenFailedByType()
228 case APP_TYPE_AUTH: in OnProxyChannelBind()
287 if (appInfo->appType == APP_TYPE_AUTH && strlen(appInfo->peerVersion) == 0) { in TransProxyReportOpenChannelFailEvent()
326 case APP_TYPE_AUTH: in OnProxyChannelClosed()
[all …]
H A Dsoftbus_proxychannel_control.c118 if (info->appInfo.appType != APP_TYPE_AUTH) { in TransProxyHandshake()
167 if (chan->appInfo.appType != APP_TYPE_AUTH) { in TransProxyAckHandshake()
214 if (info->appInfo.appType != APP_TYPE_AUTH) { in TransProxyKeepalive()
250 if (info->appInfo.appType != APP_TYPE_AUTH) { in TransProxyAckKeepalive()
290 if (info->appInfo.appType != APP_TYPE_AUTH) { in TransProxyResetPeer()
H A Dsoftbus_proxychannel_manager.c645 if ((info->appInfo.appType == APP_TYPE_NORMAL) || (info->appInfo.appType == APP_TYPE_AUTH)) { in TransProxyProcessErrMsg()
886 …((chan->appInfo.appType == APP_TYPE_AUTH) && (IsNoPkgNameSession(chan->appInfo.myData.sessionName)… in TransProxyGetLocalInfo()
902 if (chan->appInfo.appType == APP_TYPE_AUTH) { in TransProxyGetLocalInfo()
913 if (((msgHead->cipher & ENCRYPTED) == 0) && (appInfo->appType != APP_TYPE_AUTH)) { in CheckAppTypeAndMsgHead()
960 if (appInfo->appType == APP_TYPE_AUTH) { in TransProxyFillDataConfig()
1015 if ((chan->appInfo.appType == APP_TYPE_AUTH) && in TransProxyFillChannelInfo()
1126 …extra->channelType = chan->appInfo.appType == APP_TYPE_AUTH ? CHANNEL_TYPE_AUTH : CHANNEL_TYPE_PRO… in FillProxyHandshakeExtra()
1129 if (chan->appInfo.appType == APP_TYPE_AUTH && in FillProxyHandshakeExtra()
1132 } else if (chan->appInfo.appType != APP_TYPE_AUTH && in FillProxyHandshakeExtra()
1493 if (appInfo->appType != APP_TYPE_AUTH) { in TransProxyCreateChanInfo()
H A Dsoftbus_proxychannel_message.c504 } else if (appInfo->appType == APP_TYPE_AUTH) { in TransProxyPackHandshakeMsg()
574 } else if (appInfo->appType == APP_TYPE_AUTH) { in TransProxyPackHandshakeAckMsg()
839 } else if (appInfo->appType == APP_TYPE_AUTH) { in TransProxyUnpackHandshakeMsg()
H A Dsoftbus_proxychannel_transceiver.c779 .channelType = appInfo->appType == APP_TYPE_AUTH ? CHANNEL_TYPE_AUTH : CHANNEL_TYPE_PROXY, in TransReportStartConnectEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_channel_test.cpp233 info.appInfo.appType = APP_TYPE_AUTH;
267 info.appInfo.appType = APP_TYPE_AUTH;
294 info.appInfo.appType = APP_TYPE_AUTH;
317 info.appInfo.appType = APP_TYPE_AUTH;
348 info.appInfo.appType = APP_TYPE_AUTH;
372 info.appInfo.appType = APP_TYPE_AUTH;
394 info.appInfo.appType = APP_TYPE_AUTH;
418 info->appInfo.appType = APP_TYPE_AUTH;
444 info.appInfo.appType = APP_TYPE_AUTH;
476 info.appInfo.appType = APP_TYPE_AUTH;
[all …]
H A Dsoftbus_proxychannel_listener_test.cpp195 appInfo->appType = APP_TYPE_AUTH;
215 appInfo->appType = APP_TYPE_AUTH;
236 appInfo->appType = APP_TYPE_AUTH;
256 appInfo->appType = APP_TYPE_AUTH;
278 appInfo->appType = APP_TYPE_AUTH;
H A Dtrans_proxy_manager_test.cpp199 appInfo.appType = APP_TYPE_AUTH; in TestTransProxyAddAuthChannel()
298 appInfo.appType = APP_TYPE_AUTH;
336 appInfo.appType = APP_TYPE_AUTH;
540 appInfo.appType = APP_TYPE_AUTH;
616 appInfo.appType = APP_TYPE_AUTH;
658 info.appInfo.appType = APP_TYPE_AUTH;
694 chan.appInfo.appType = APP_TYPE_AUTH;
921 appInfo.appType = APP_TYPE_AUTH;
H A Dsoftbus_proxychannel_manager_test.cpp182 appInfo.appType = APP_TYPE_AUTH; in TestTransProxyAddAuthChannel()
451 appInfo.appType = APP_TYPE_AUTH;
537 info.appInfo.appType = APP_TYPE_AUTH;
573 chan.appInfo.appType = APP_TYPE_AUTH;
811 appInfo.appType = APP_TYPE_AUTH;
851 appInfo->appType = APP_TYPE_AUTH;
961 info->appInfo.appType = APP_TYPE_AUTH;
1077 info->appInfo.appType = APP_TYPE_AUTH;
1229 appInfo.appType = APP_TYPE_AUTH;
H A Dtrans_proxy_message_test.cpp179 chan.appInfo.appType = APP_TYPE_AUTH;
187 TestMessageAddProxyChannel(chan.channelId, APP_TYPE_AUTH, "44", PROXY_CHANNEL_STATUS_COMPLETED);
266 info.appInfo.appType = APP_TYPE_AUTH;
469 …TestMessageAddProxyChannel(TEST_PARSE_MESSAGE_CHANNEL, APP_TYPE_AUTH, "44", PROXY_CHANNEL_STATUS_C…
716 chanInfo.appInfo.appType = APP_TYPE_AUTH;
728 chanInfo.appInfo.appType = APP_TYPE_AUTH;
H A Dtrans_proxy_transceiver_test.cpp123 appInfo.appType = APP_TYPE_AUTH;
160 appInfo.appType = APP_TYPE_AUTH;
H A Dsoftbus_proxychannel_message_test.cpp254 chan.appInfo.appType = APP_TYPE_AUTH;
262 TestMessageAddProxyChannel(chan.channelId, APP_TYPE_AUTH, "44", PROXY_CHANNEL_STATUS_COMPLETED);
330 info.appInfo.appType = APP_TYPE_AUTH;
522 …TestMessageAddProxyChannel(TEST_PARSE_MESSAGE_CHANNEL, APP_TYPE_AUTH, "44", PROXY_CHANNEL_STATUS_C…
679 chanInfo.appInfo.appType = APP_TYPE_AUTH;
691 chanInfo.appInfo.appType = APP_TYPE_AUTH;
H A Dtrans_proxy_network_test.cpp284 appInfo.appType = APP_TYPE_AUTH;
H A Dsoftbus_trans_proxy_transceiver_test.cpp102 appInfo.appType = APP_TYPE_AUTH;
128 appInfo.appType = APP_TYPE_AUTH;
H A Dsoftbus_proxy_network_test.cpp287 appInfo.appType = APP_TYPE_AUTH;
H A Dsoftbus_proxy_session_test.cpp166 TestAddProxyChannel(channelId, APP_TYPE_AUTH, PROXY_CHANNEL_STATUS_COMPLETED);
H A Dtrans_proxy_session_test.cpp184 TestAddProxyChannel(channelId, APP_TYPE_AUTH, PROXY_CHANNEL_STATUS_COMPLETED);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_service_test.cpp256 int32_t ret = QosReport(TRANS_TEST_SESSION_ID, APP_TYPE_AUTH, TRANS_TEST_INVALID_QUALITY);
258 ret = QosReport(TRANS_TEST_SESSION_ID, APP_TYPE_AUTH, QOS_IMPROVE);
299 ret = QosReport(sessionId, APP_TYPE_AUTH, QOS_IMPROVE);
310 ret = QosReport(sessionId, APP_TYPE_AUTH, QOS_IMPROVE);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h50 APP_TYPE_AUTH, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp559 std::string deviceId = conn->appInfo.appType == APP_TYPE_AUTH ? rInfo->udid : rInfo->uuid; in InstIsMatchProxyChannel()
569 if (info->appInfo.appType == APP_TYPE_AUTH) { in UpdateRemoteInfoByProxyChannel()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c376 appInfo->appType = APP_TYPE_AUTH; in GetAuthAppInfo()