Home
last modified time | relevance | path

Searched refs:LNN_LISTENER_MODE_PROXY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h61 LNN_LISTENER_MODE_PROXY, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_ip_network_impl_test.cpp80 ListenerModule ret = LnnGetIpListenerModule(LNN_LISTENER_MODE_PROXY);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c718 if (mode == LNN_LISTENER_MODE_PROXY) { in LnnGetIpListenerModule()
/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()