Home
last modified time | relevance | path

Searched refs:APP_TYPE_NOT_CARE (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_network_test.cpp194 appInfo.appType = APP_TYPE_NOT_CARE;
226 appInfo.appType = APP_TYPE_NOT_CARE;
246 appInfo.appType = APP_TYPE_NOT_CARE;
276 appInfo.appType = APP_TYPE_NOT_CARE;
H A Dsoftbus_proxy_network_test.cpp199 appInfo.appType = APP_TYPE_NOT_CARE;
229 appInfo.appType = APP_TYPE_NOT_CARE;
249 appInfo.appType = APP_TYPE_NOT_CARE;
279 appInfo.appType = APP_TYPE_NOT_CARE;
H A Dtrans_proxy_message_test.cpp175 chan.appInfo.appType = APP_TYPE_NOT_CARE;
670 channelInfo.appInfo.appType = APP_TYPE_NOT_CARE;
H A Dsoftbus_proxychannel_message_test.cpp250 chan.appInfo.appType = APP_TYPE_NOT_CARE;
648 channelInfo.appInfo.appType = APP_TYPE_NOT_CARE;
H A Dtrans_proxy_channel_test.cpp461 info.appInfo.appType = APP_TYPE_NOT_CARE;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h48 APP_TYPE_NOT_CARE, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/softbus_message_open_channel_test/
H A Dsoftbus_message_open_channel_test.cpp69 appInfo->appType = APP_TYPE_NOT_CARE; in TestGetMsgPack()
323 appInfo->appType = APP_TYPE_NOT_CARE;
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_test.cpp174 appInfo->appType = APP_TYPE_NOT_CARE; in TestGetMsgPack()
H A Dtrans_core_tcp_direct_test.cpp122 appInfo->appType = APP_TYPE_NOT_CARE; in TestGetMsgPack()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c537 if (appInfo == NULL || appInfo->appType == APP_TYPE_NOT_CARE) { in TransProxyPackHandshakeAckMsg()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp113 appInfo->appType = APP_TYPE_NOT_CARE; in TestGenerateAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c645 appInfo->appType = APP_TYPE_NOT_CARE; in GetAppInfo()