Home
last modified time | relevance | path

Searched refs:ConnStartLocalListening (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_conn_mock.cpp76 int32_t ConnStartLocalListening(const LocalListenerInfo *info) in ConnStartLocalListening() function
78 return GetConnectInterface()->ConnStartLocalListening(info); in ConnStartLocalListening()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_ip_network_impl_mock.cpp140 int32_t ConnStartLocalListening(const LocalListenerInfo *info) in ConnStartLocalListening() function
142 return GetLnnIpNetworkImplInterface()->ConnStartLocalListening(info); in ConnStartLocalListening()
H A Dlnn_ip_network_impl_mock.h53 virtual int32_t ConnStartLocalListening(const LocalListenerInfo *info) = 0;
81 MOCK_METHOD1(ConnStartLocalListening, int32_t (const LocalListenerInfo *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_conn_mock.h42 virtual int32_t ConnStartLocalListening(const LocalListenerInfo *info) = 0;
68 MOCK_METHOD1(ConnStartLocalListening, int32_t (const LocalListenerInfo *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_test.cpp96 ret = ConnStartLocalListening(nullptr);
141 ret = ConnStartLocalListening(&info);
H A Dconnection_ble_switch_test.cpp733 ret = ConnStartLocalListening(nullptr);
776 ret = ConnStartLocalListening(&info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_connection_mock.h43 virtual int32_t ConnStartLocalListening(const LocalListenerInfo *info) = 0;
61 MOCK_METHOD1(ConnStartLocalListening, int32_t(const LocalListenerInfo *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_connection_mock.cpp83 int32_t ConnStartLocalListening(const LocalListenerInfo *info) in ConnStartLocalListening() function
85 return GetConnInterface()->ConnStartLocalListening(info); in ConnStartLocalListening()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_manager_test.cpp243 ret = ConnStartLocalListening(nullptr);
323 ret = ConnStartLocalListening(&info);
483 int ret = ConnStartLocalListening(&info);
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h383 int32_t ConnStartLocalListening(const LocalListenerInfo *info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp159 ret = ConnStartLocalListening(nullptr);
238 ret = ConnStartLocalListening(&info);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c240 int32_t port = ConnStartLocalListening(&listenerInfo); in OpenProxyPort()
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c461 int32_t ConnStartLocalListening(const LocalListenerInfo *info) in ConnStartLocalListening() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c834 int32_t realPort = ConnStartLocalListening(&local); in AuthStartListeningForWifiDirect()