Home
last modified time | relevance | path

Searched refs:WIFI_STA (Results 1 - 17 of 17) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_types.h59 WIFI_STA = 1,
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DSession.h36 WIFI_STA = 1, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dcommu_types.h36 WIFI_STA,
/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h62 WIFI_STA = 1, enumerator
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c260 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 Dtrans_tcp_direct_listener.c167 conn->appInfo.routeType = (module == DIRECT_CHANNEL_SERVER_P2P) ? WIFI_P2P : WIFI_STA; in CreateSessionConnNode()
H A Dtrans_tcp_direct_message.c246 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 Dtrans_dfx_test.cpp70 .routeType = WIFI_STA,
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_static_test.cpp135 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 Dtrans_tcp_direct_message_append_test.cpp658 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 Dsoftbus_proxychannel_manager.c923 *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 Dsoftbus_proxychannel_message.c1022 if (appInfo->businessType == BUSINESS_TYPE_MESSAGE && appInfo->routeType == WIFI_STA) { in TransProxyPackFastData()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c547 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 Dsoftbus_proxychannel_message_test.cpp734 appInfo->routeType = WIFI_STA; in HWTEST_F()
741 appInfo->routeType = WIFI_STA; in HWTEST_F()
H A Dsoftbus_proxychannel_manager_test.cpp890 chan->appInfo.routeType = WIFI_STA; in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_manager_test.cpp1011 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 Dsoftbus_message_open_channel.c278 int32_t routeType = WIFI_STA; in UnpackRequest()

Completed in 25 milliseconds