/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_listener_test.cpp | 117 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 D | trans_tcp_direct_p2p_test.cpp | 513 ListenerModule moduleType = UNUSE_BUTT; in HWTEST_F() 547 EXPECT_EQ(moduleType, UNUSE_BUTT); in HWTEST_F()
|
H A D | trans_tcp_direct_wifi_test.cpp | 141 * @tc.desc: OpenTcpDirectChannel, module is UNUSE_BUTT. 155 EXPECT_CALL(TcpWifiMock, LnnGetProtocolListenerModule).WillOnce(Return(UNUSE_BUTT)); in HWTEST_F()
|
H A D | trans_server_tcp_direct_test.cpp | 387 int32_t ret = TransTdcStartSessionListener(UNUSE_BUTT, info); in HWTEST_F()
|
H A D | trans_tcp_direct_message_append_test.cpp | 1665 ListenerModule module = UNUSE_BUTT; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_p2p_virtual.c | 50 return UNUSE_BUTT; in GetModuleByHmlIp()
|
H A D | trans_tcp_direct_wifi.c | 68 ListenerModule module = UNUSE_BUTT; in GetMoudleType() 124 if (module == UNUSE_BUTT) { in OpenTcpDirectChannel()
|
H A D | trans_tcp_direct_p2p.c | 305 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 D | softbus_base_listener.c | 93 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 D | softbus_conn_common_test.cpp | 139 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 D | inner_link_test.cpp | 48 EXPECT_EQ(info.GetListenerModule(), static_cast<ListenerModule>(UNUSE_BUTT)); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | inner_link.cpp | 54 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 D | softbus_conn_interface.h | 99 UNUSE_BUTT, enumerator
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_network_manager.c | 853 return UNUSE_BUTT; in LnnGetProtocolListenerModule() 857 return UNUSE_BUTT; in LnnGetProtocolListenerModule()
|
H A D | lnn_bt_network_impl.c | 354 return UNUSE_BUTT; in LnnGetBtListenerModule()
|
H A D | lnn_ip_network_impl.c | 716 return UNUSE_BUTT; in LnnGetIpListenerModule()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 331 int32_t module = UNUSE_BUTT; in TransOpenChannelSetModule() 337 if (module != UNUSE_BUTT) { in TransOpenChannelSetModule()
|
/foundation/communication/dsoftbus/core/connection/tcp/src/ |
H A D | softbus_tcp_connect_manager.c | 333 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 D | lnn_network_manager_test.cpp | 104 return UNUSE_BUTT; in LnnGetBtListenerModule() 208 EXPECT_TRUE(listenerModule == UNUSE_BUTT); in HWTEST_F()
|
H A D | lnn_ip_network_impl_test.cpp | 88 EXPECT_TRUE(ret == UNUSE_BUTT); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager.cpp | 94 ListenerModule moduleId = UNUSE_BUTT; in AllocateListenerModuleId()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_connection.c | 834 AUTH_CHECK_AND_RETURN_RET_LOGE(local.socketOption.moduleId < UNUSE_BUTT, SOFTBUS_ERR, AUTH_CONN, in AuthStartListeningForWifiDirect()
|