Home
last modified time | relevance | path

Searched refs:APP_TYPE_NORMAL (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_channel_test.cpp136 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 Dtrans_proxy_network_test.cpp198 appInfo.appType = APP_TYPE_NORMAL;
288 appInfo.appType = APP_TYPE_NORMAL;
H A Dsoftbus_proxy_network_test.cpp203 appInfo.appType = APP_TYPE_NORMAL;
291 appInfo.appType = APP_TYPE_NORMAL;
H A Dsoftbus_proxychannel_listener_test.cpp198 appInfo->appType = APP_TYPE_NORMAL;
346 appInfo.appType = APP_TYPE_NORMAL;
H A Dtrans_proxy_transceiver_test.cpp81 appInfo.appType = APP_TYPE_NORMAL;
H A Dtrans_proxy_manager_test.cpp227 appInfo.appType = APP_TYPE_NORMAL; in TestTransProxyAddNormalChannel()
357 appInfo.appType = APP_TYPE_NORMAL;
H A Dtrans_proxy_message_test.cpp207 chan.appInfo.appType = APP_TYPE_NORMAL;
235 info.appInfo.appType = APP_TYPE_NORMAL;
H A Dsoftbus_proxy_session_test.cpp189 TestAddProxyChannel(channelId, APP_TYPE_NORMAL, PROXY_CHANNEL_STATUS_COMPLETED);
H A Dsoftbus_proxychannel_message_test.cpp283 chan.appInfo.appType = APP_TYPE_NORMAL;
304 info.appInfo.appType = APP_TYPE_NORMAL;
H A Dtrans_proxy_session_test.cpp215 TestAddProxyChannel(channelId, APP_TYPE_NORMAL, PROXY_CHANNEL_STATUS_COMPLETED);
H A Dsoftbus_trans_proxy_transceiver_test.cpp77 appInfo.appType = APP_TYPE_NORMAL;
H A Dsoftbus_proxychannel_manager_test.cpp192 appInfo.appType = APP_TYPE_NORMAL; in TestTransProxyAddNormalChannel()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c146 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 Dsoftbus_proxychannel_message.c500 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 Dsoftbus_proxychannel_manager.c645 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 Dsoftbus_app_info.h49 APP_TYPE_NORMAL, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp101 appInfo->appType = APP_TYPE_NORMAL; in TestSetAppInfo()
137 appInfo->appType = APP_TYPE_NORMAL;
H A Dtrans_core_tcp_direct_test.cpp214 appInfo->appType = APP_TYPE_NORMAL;
H A Dtrans_tcp_direct_message_static_test.cpp113 appInfo->appType = APP_TYPE_NORMAL; in TestSetAppInfo()
H A Dtrans_tcp_direct_message_append_test.cpp1521 appInfo->appType = APP_TYPE_NORMAL;
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dtrans_dfx_test.cpp76 .appType = APP_TYPE_NORMAL,
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c285 appInfo->appType = APP_TYPE_NORMAL; in TransCommonGetAppInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp84 Channel->info.appType = APP_TYPE_NORMAL; in GetPackTest()
H A Dtrans_udp_nego_test.cpp109 Channel->info.appType = APP_TYPE_NORMAL; in CreateUdpChannelPackTest()