Home
last modified time | relevance | path

Searched refs:ConnStartLocalListening (Results 1 - 16 of 16) sorted by relevance

/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()
/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 *));
/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 *));
/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;
85 MOCK_METHOD1(ConnStartLocalListening, int32_t (const LocalListenerInfo *));
H A Dlnn_ip_network_impl_test.cpp355 EXPECT_CALL(ipMock, ConnStartLocalListening).WillRepeatedly(Return(SOFTBUS_ERR)); in HWTEST_F()
/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()
/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_manager_test.cpp243 ret = ConnStartLocalListening(nullptr); in HWTEST_F()
323 ret = ConnStartLocalListening(&info); in HWTEST_F()
473 * @tc.desc: Test ConnStartLocalListening info type out of max.
477 * @tc.require: The ConnStartLocalListening operates normally.
483 int ret = ConnStartLocalListening(&info); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_test.cpp267 ret = ConnStartLocalListening(nullptr); in HWTEST_F()
278 * @tc.require:The ConnStartLocalListening and ConnStopLocalListening operates normally.
293 ret = ConnStartLocalListening(&info); in HWTEST_F()
H A Dconnection_ble_switch_test.cpp733 ret = ConnStartLocalListening(nullptr); in HWTEST_F()
763 * @tc.require: The ConnStartLocalListening and ConnStopLocalListening operates normally.
776 ret = ConnStartLocalListening(&info); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h364 * @see {@link ConnStartLocalListening}
383 int32_t ConnStartLocalListening(const LocalListenerInfo *info);
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp159 ret = ConnStartLocalListening(nullptr); in HWTEST_F()
238 ret = ConnStartLocalListening(&info); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c234 int32_t port = ConnStartLocalListening(&listenerInfo); in OpenProxyPort()
/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c461 int32_t ConnStartLocalListening(const LocalListenerInfo *info) in ConnStartLocalListening() function
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c841 int32_t realPort = ConnStartLocalListening(&local); in AuthStartListeningForWifiDirect()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1190 EXPECT_CALL(connMock, ConnStartLocalListening).WillRepeatedly(Return(0)); in HWTEST_F()

Completed in 12 milliseconds