Home
last modified time | relevance | path

Searched refs:StopLocalListening (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.h98 int32_t (*StopLocalListening)(const LocalListenerInfo *info); member
H A Dsoftbus_conn_manager.c488 if (g_connManager[info->type]->StopLocalListening == NULL) { in ConnStopLocalListening()
492 return g_connManager[info->type]->StopLocalListening(info); in ConnStopLocalListening()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_connection_test.cpp375 ret = g_connectFuncInterface->StopLocalListening(info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_manager_test.cpp125 inter->StopLocalListening = ObjectStopLocalListening; in ConnInitObject()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp498 ret = g_bleInterface->StopLocalListening(&info);
501 ret = g_bleInterface->StopLocalListening(&info);
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c753 g_tcpInterface.StopLocalListening = TcpStopListening; in InitTcpInterface()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1858 .StopLocalListening = BrStopLocalListening, in ConnInitBr()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c2349 .StopLocalListening = BleStopLocalListening, in ConnInitBle()