/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/ |
H A D | app_types.h | 59 WIFI_STA = 1,
|
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/ |
H A D | Session.h | 36 WIFI_STA = 1, enumerator
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/ |
H A D | commu_types.h | 36 WIFI_STA,
|
/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | softbus_app_info.h | 62 WIFI_STA = 1, enumerator
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_manager.c | 260 appInfo->routeType = connInfo->type == CONNECT_TCP ? WIFI_STA : WIFI_P2P; in TransUpdateAppInfo() 299 appInfo->routeType = WIFI_STA; in TransOpenDirectChannel() 300 TRANS_LOGI(TRANS_CTRL, "goto WIFI_STA"); in TransOpenDirectChannel()
|
H A D | trans_tcp_direct_listener.c | 167 conn->appInfo.routeType = (module == DIRECT_CHANNEL_SERVER_P2P) ? WIFI_P2P : WIFI_STA; in CreateSessionConnNode()
|
H A D | trans_tcp_direct_message.c | 246 if (conn->appInfo.routeType == WIFI_STA) { in SendFailToFlushDevice() 335 if (appInfo->routeType == WIFI_STA) { in GetServerSideIpInfo()
|
/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/ |
H A D | trans_dfx_test.cpp | 70 .routeType = WIFI_STA,
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_static_test.cpp | 135 conn->appInfo.routeType = WIFI_STA; in HWTEST_F() 510 conn->appInfo.routeType = WIFI_STA; in HWTEST_F() 786 conn.appInfo.routeType = WIFI_STA; in HWTEST_F()
|
H A D | trans_tcp_direct_message_append_test.cpp | 658 conn->appInfo.routeType = WIFI_STA; in HWTEST_F() 683 conn->appInfo.routeType = WIFI_STA; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 923 *routeType = WIFI_STA; in SelectRouteType() 1085 if (chan->appInfo.businessType == BUSINESS_TYPE_MESSAGE && chan->appInfo.routeType == WIFI_STA) { in TransProxyFastDataRecv() 1743 int ret = NotifyNearByOnMigrateEvents(peerNetworkId, WIFI_STA, true); in TransWifiOnLineProc() 1758 int ret = NotifyNearByOnMigrateEvents(peerNetworkId, WIFI_STA, false); in TransWifiOffLineProc() 1789 TransOnLinkDown(offlineInfo->networkId, offlineInfo->uuid, offlineInfo->udid, "", WIFI_STA); in TransNotifySingleNetworkOffLine() 1809 TransOnLinkDown(onlineStateInfo->networkId, onlineStateInfo->uuid, onlineStateInfo->udid, "", WIFI_STA); in TransNotifyOffLine()
|
H A D | softbus_proxychannel_message.c | 1022 if (appInfo->businessType == BUSINESS_TYPE_MESSAGE && appInfo->routeType == WIFI_STA) { in TransProxyPackFastData()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 547 appInfo->routeType = WIFI_STA; in ParseRequestAppInfo() 994 appInfo->routeType = WIFI_STA; in PrepareAppInfoForUdpOpen()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_message_test.cpp | 734 appInfo->routeType = WIFI_STA; in HWTEST_F() 741 appInfo->routeType = WIFI_STA; in HWTEST_F()
|
H A D | softbus_proxychannel_manager_test.cpp | 890 chan->appInfo.routeType = WIFI_STA; in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_manager_test.cpp | 1011 session->routeType = WIFI_STA; in HWTEST_F() 1022 ClientTransOnLinkDown(g_networkId, WIFI_STA); in HWTEST_F() 1094 session->routeType = WIFI_STA; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/common/src/ |
H A D | softbus_message_open_channel.c | 278 int32_t routeType = WIFI_STA; in UnpackRequest()
|