Home
last modified time | relevance | path

Searched refs:LnnGetProtocolListenerModule (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_wifi_test_mock.cpp44 ListenerModule LnnGetProtocolListenerModule(ProtocolType protocol, ListenerMode mode) in LnnGetProtocolListenerModule() function
46 return GetTransTcpDirectWifiInterface()->LnnGetProtocolListenerModule(protocol, mode); in LnnGetProtocolListenerModule()
H A Dtrans_tcp_direct_wifi_test_mock.h32 … virtual ListenerModule LnnGetProtocolListenerModule(ProtocolType protocol, ListenerMode mode) = 0;
46 …MOCK_METHOD2(LnnGetProtocolListenerModule, ListenerModule (ProtocolType protocol, ListenerMode mod…
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/mock/
H A Dtrans_lane_common_test_mock.cpp74 ListenerModule LnnGetProtocolListenerModule(ProtocolType protocol, ListenerMode mode) in LnnGetProtocolListenerModule() function
76 return GetTransLaneCommonTestInterface()->LnnGetProtocolListenerModule(protocol, mode); in LnnGetProtocolListenerModule()
H A Dtrans_lane_common_test_mock.h41 … virtual ListenerModule LnnGetProtocolListenerModule(ProtocolType protocol, ListenerMode mode) = 0;
59 …MOCK_METHOD2(LnnGetProtocolListenerModule, ListenerModule (ProtocolType protocol, ListenerMode mod…
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_conn_mock.cpp116 ListenerModule LnnGetProtocolListenerModule(ProtocolType protocol, ListenerMode mode) in LnnGetProtocolListenerModule() function
118 return GetConnectInterface()->LnnGetProtocolListenerModule(protocol, mode); in LnnGetProtocolListenerModule()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_conn_mock.h50 … virtual ListenerModule LnnGetProtocolListenerModule(ProtocolType protocol, ListenerMode mode) = 0;
77 MOCK_METHOD2(LnnGetProtocolListenerModule, ListenerModule (ProtocolType, ListenerMode));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h88 ListenerModule LnnGetProtocolListenerModule(ProtocolType protocol, ListenerMode mode);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_wifi.c122 … module = LnnGetProtocolListenerModule(connInfo->socketOption.protocol, LNN_LISTENER_MODE_DIRECT); in OpenTcpDirectChannel()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c333 … module = LnnGetProtocolListenerModule(connOpt->socketOption.protocol, LNN_LISTENER_MODE_PROXY); in TransOpenChannelSetModule()
335 … module = LnnGetProtocolListenerModule(connOpt->socketOption.protocol, LNN_LISTENER_MODE_DIRECT); in TransOpenChannelSetModule()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_wifi_test.cpp155 EXPECT_CALL(TcpWifiMock, LnnGetProtocolListenerModule).WillOnce(Return(UNUSE_BUTT));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp207 … ListenerModule listenerModule = LnnGetProtocolListenerModule(protocol, LNN_LISTENER_MODE_DIRECT);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c848 ListenerModule LnnGetProtocolListenerModule(ProtocolType protocol, ListenerMode mode) in LnnGetProtocolListenerModule() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp572 EXPECT_CALL(TransLaneCommonMock, LnnGetProtocolListenerModule).WillRepeatedly(Return(LANE));