Home
last modified time | relevance | path

Searched refs:UNUSE_BUTT (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_listener_test.cpp117 ListenerModule module = UNUSE_BUTT; in HWTEST_F()
137 ListenerModule module = UNUSE_BUTT; in HWTEST_F()
156 ListenerModule module = UNUSE_BUTT; in HWTEST_F()
172 ListenerModule module = UNUSE_BUTT; in HWTEST_F()
H A Dtrans_tcp_direct_p2p_test.cpp513 ListenerModule moduleType = UNUSE_BUTT; in HWTEST_F()
547 EXPECT_EQ(moduleType, UNUSE_BUTT); in HWTEST_F()
H A Dtrans_tcp_direct_wifi_test.cpp141 * @tc.desc: OpenTcpDirectChannel, module is UNUSE_BUTT.
155 EXPECT_CALL(TcpWifiMock, LnnGetProtocolListenerModule).WillOnce(Return(UNUSE_BUTT)); in HWTEST_F()
H A Dtrans_server_tcp_direct_test.cpp387 int32_t ret = TransTdcStartSessionListener(UNUSE_BUTT, info); in HWTEST_F()
H A Dtrans_tcp_direct_message_append_test.cpp1665 ListenerModule module = UNUSE_BUTT; in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p_virtual.c50 return UNUSE_BUTT; in GetModuleByHmlIp()
H A Dtrans_tcp_direct_wifi.c68 ListenerModule module = UNUSE_BUTT; in GetMoudleType()
124 if (module == UNUSE_BUTT) { in OpenTcpDirectChannel()
H A Dtrans_tcp_direct_p2p.c305 return UNUSE_BUTT; in GetModuleByHmlIp()
314 return UNUSE_BUTT; in GetModuleByHmlIp()
373 ListenerModule moudleType = UNUSE_BUTT; in StartHmlListener()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c93 static SoftbusListenerNode *g_listenerList[UNUSE_BUTT] = { 0 };
273 for (ListenerModule module = 0; module < UNUSE_BUTT; module++) { in DeinitBaseListener()
288 status == SOFTBUS_OK, UNUSE_BUTT, CONN_COMMON, "lock failed, error=%{public}d", status); in CreateListenerModule()
298 module = UNUSE_BUTT; in CreateListenerModule()
326 CONN_CHECK_AND_RETURN_RET_LOGW(module >= 0 && module < UNUSE_BUTT, SOFTBUS_INVALID_PARAM, CONN_COMMON, in StartBaseClient()
452 CONN_CHECK_AND_RETURN_RET_LOGW(info->socketOption.moduleId >= 0 && info->socketOption.moduleId < UNUSE_BUTT, in StartBaseListener()
524 module >= 0 && module < UNUSE_BUTT, SOFTBUS_INVALID_PARAM, CONN_COMMON, in StopBaseListener()
617 CONN_CHECK_AND_RETURN_RET_LOGW(module >= 0 && module < UNUSE_BUTT, SOFTBUS_INVALID_PARAM, CONN_COMMON, in AddTrigger()
704 CONN_CHECK_AND_RETURN_RET_LOGW(module >= 0 && module < UNUSE_BUTT, SOFTBUS_INVALID_PARAM, CONN_COMMON, in DelTrigger()
1043 for (ListenerModule module = 0; module < UNUSE_BUTT; modul in ProcessEvent()
[all...]
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp139 EXPECT_EQ(SOFTBUS_INVALID_PARAM, AddTrigger(UNUSE_BUTT, fd, static_cast<TriggerType>(triggerType))); in HWTEST_F()
140 EXPECT_EQ(SOFTBUS_INVALID_PARAM, DelTrigger(UNUSE_BUTT, fd, static_cast<TriggerType>(triggerType))); in HWTEST_F()
351 EXPECT_EQ(SOFTBUS_INVALID_PARAM, StopBaseListener(static_cast<ListenerModule>(UNUSE_BUTT))); in HWTEST_F()
368 EXPECT_EQ(SOFTBUS_INVALID_PARAM, StopBaseListener(UNUSE_BUTT)); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinner_link_test.cpp48 EXPECT_EQ(info.GetListenerModule(), static_cast<ListenerModule>(UNUSE_BUTT)); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinner_link.cpp54 if (listenerModuleId != UNUSE_BUTT) { in ~InnerLink()
234 return Get(InnerLinKey::LISTENER_MODULE_ID, static_cast<ListenerModule>(UNUSE_BUTT)); in GetListenerModule()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h99 UNUSE_BUTT, enumerator
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c853 return UNUSE_BUTT; in LnnGetProtocolListenerModule()
857 return UNUSE_BUTT; in LnnGetProtocolListenerModule()
H A Dlnn_bt_network_impl.c354 return UNUSE_BUTT; in LnnGetBtListenerModule()
H A Dlnn_ip_network_impl.c716 return UNUSE_BUTT; in LnnGetIpListenerModule()
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c331 int32_t module = UNUSE_BUTT; in TransOpenChannelSetModule()
337 if (module != UNUSE_BUTT) { in TransOpenChannelSetModule()
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c333 tcpInfo.info.socketInfo.moduleId = UNUSE_BUTT; in TcpOnDataEventOut()
566 DelTcpConnInfo(connectionId, UNUSE_BUTT, -1); in TcpDisconnectDevice()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp104 return UNUSE_BUTT; in LnnGetBtListenerModule()
208 EXPECT_TRUE(listenerModule == UNUSE_BUTT); in HWTEST_F()
H A Dlnn_ip_network_impl_test.cpp88 EXPECT_TRUE(ret == UNUSE_BUTT); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager.cpp94 ListenerModule moduleId = UNUSE_BUTT; in AllocateListenerModuleId()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c834 AUTH_CHECK_AND_RETURN_RET_LOGE(local.socketOption.moduleId < UNUSE_BUTT, SOFTBUS_ERR, AUTH_CONN, in AuthStartListeningForWifiDirect()

Completed in 21 milliseconds