/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_channel_test.cpp | 136 chan->appInfo.appType = APP_TYPE_NORMAL; in TestAddTestProxyChannel() 164 chan->appInfo.appType = APP_TYPE_NORMAL; 186 chan->appInfo.appType = APP_TYPE_NORMAL; 207 info.appInfo.appType = APP_TYPE_NORMAL; 250 info.appInfo.appType = APP_TYPE_NORMAL; 278 info.appInfo.appType = APP_TYPE_NORMAL; 331 info.appInfo.appType = APP_TYPE_NORMAL; 458 info.appInfo.appType = APP_TYPE_NORMAL; 514 appInfo.appType = APP_TYPE_NORMAL;
|
H A D | trans_proxy_network_test.cpp | 198 appInfo.appType = APP_TYPE_NORMAL; 288 appInfo.appType = APP_TYPE_NORMAL;
|
H A D | softbus_proxy_network_test.cpp | 203 appInfo.appType = APP_TYPE_NORMAL; 291 appInfo.appType = APP_TYPE_NORMAL;
|
H A D | softbus_proxychannel_listener_test.cpp | 198 appInfo->appType = APP_TYPE_NORMAL; 346 appInfo.appType = APP_TYPE_NORMAL;
|
H A D | trans_proxy_transceiver_test.cpp | 81 appInfo.appType = APP_TYPE_NORMAL;
|
H A D | trans_proxy_manager_test.cpp | 227 appInfo.appType = APP_TYPE_NORMAL; in TestTransProxyAddNormalChannel() 357 appInfo.appType = APP_TYPE_NORMAL;
|
H A D | trans_proxy_message_test.cpp | 207 chan.appInfo.appType = APP_TYPE_NORMAL; 235 info.appInfo.appType = APP_TYPE_NORMAL;
|
H A D | softbus_proxy_session_test.cpp | 189 TestAddProxyChannel(channelId, APP_TYPE_NORMAL, PROXY_CHANNEL_STATUS_COMPLETED);
|
H A D | softbus_proxychannel_message_test.cpp | 283 chan.appInfo.appType = APP_TYPE_NORMAL; 304 info.appInfo.appType = APP_TYPE_NORMAL;
|
H A D | trans_proxy_session_test.cpp | 215 TestAddProxyChannel(channelId, APP_TYPE_NORMAL, PROXY_CHANNEL_STATUS_COMPLETED);
|
H A D | softbus_trans_proxy_transceiver_test.cpp | 77 appInfo.appType = APP_TYPE_NORMAL;
|
H A D | softbus_proxychannel_manager_test.cpp | 192 appInfo.appType = APP_TYPE_NORMAL; in TestTransProxyAddNormalChannel()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_listener.c | 146 case APP_TYPE_NORMAL: in OnProxyChannelOpened() 206 case APP_TYPE_NORMAL: in TransProxyNotifyOpenFailedByType() 227 case APP_TYPE_NORMAL: in OnProxyChannelBind() 325 case APP_TYPE_NORMAL: in OnProxyChannelClosed() 348 case APP_TYPE_NORMAL: in OnProxyChannelMsgReceived()
|
H A D | softbus_proxychannel_message.c | 500 if (appInfo->appType == APP_TYPE_NORMAL) { in TransProxyPackHandshakeMsg() 560 if (appInfo->appType == APP_TYPE_NORMAL) { in TransProxyPackHandshakeAckMsg() 663 if (chanInfo->appInfo.appType == APP_TYPE_NORMAL) { in TransProxyUnpackHandshakeAckMsg() 834 if (appInfo->appType == APP_TYPE_NORMAL) { in TransProxyUnpackHandshakeMsg()
|
H A D | softbus_proxychannel_manager.c | 645 if ((info->appInfo.appType == APP_TYPE_NORMAL) || (info->appInfo.appType == APP_TYPE_AUTH)) { in TransProxyProcessErrMsg() 1042 … if (chan->appInfo.appType == APP_TYPE_NORMAL && chan->appInfo.callingTokenId != TOKENID_NOT_SET && in TransProxyFillChannelInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | softbus_app_info.h | 49 APP_TYPE_NORMAL, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_test.cpp | 101 appInfo->appType = APP_TYPE_NORMAL; in TestSetAppInfo() 137 appInfo->appType = APP_TYPE_NORMAL;
|
H A D | trans_core_tcp_direct_test.cpp | 214 appInfo->appType = APP_TYPE_NORMAL;
|
H A D | trans_tcp_direct_message_static_test.cpp | 113 appInfo->appType = APP_TYPE_NORMAL; in TestSetAppInfo()
|
H A D | trans_tcp_direct_message_append_test.cpp | 1521 appInfo->appType = APP_TYPE_NORMAL;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/ |
H A D | trans_dfx_test.cpp | 76 .appType = APP_TYPE_NORMAL,
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 285 appInfo->appType = APP_TYPE_NORMAL; in TransCommonGetAppInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_manager_test.cpp | 84 Channel->info.appType = APP_TYPE_NORMAL; in GetPackTest()
|
H A D | trans_udp_nego_test.cpp | 109 Channel->info.appType = APP_TYPE_NORMAL; in CreateUdpChannelPackTest()
|