Home
last modified time | relevance | path

Searched refs:GetSocketInterface (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_socket_mock.cpp43 const SocketInterface* GetSocketInterface(ProtocolType protocolType) in GetSocketInterface() function
45 return GetSocketMockInterface()->GetSocketInterface(protocolType); in GetSocketInterface()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_socket_mock.h28 virtual const SocketInterface* GetSocketInterface(ProtocolType protocolType) = 0;
47 MOCK_METHOD1(GetSocketInterface, const SocketInterface*(ProtocolType));
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c68 const SocketInterface *GetSocketInterface(ProtocolType protocolType) in GetSocketInterface() function
131 const SocketInterface *socketInterface = GetSocketInterface(option->socketOption.protocol); in ConnOpenClientSocket()
313 const SocketInterface *socketInterface = GetSocketInterface(LNN_PROTOCOL_IP); in ConnGetLocalSocketPort()
H A Dsoftbus_base_listener.c372 const SocketInterface *socketIf = GetSocketInterface(protocol); in StartServerListenUnsafe()
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h69 const SocketInterface *GetSocketInterface(ProtocolType protocolType);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c148 const SocketInterface *interface = GetSocketInterface(LNN_PROTOCOL_IP); in CreateServerSocket()