Home
last modified time | relevance | path

Searched refs:ConnGetLocalSocketPort (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.cpp83 int32_t ConnGetLocalSocketPort(int32_t fd) in ConnGetLocalSocketPort() function
85 return GetSocketMockInterface()->ConnGetLocalSocketPort(fd); in ConnGetLocalSocketPort()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_socket_mock.h38 virtual int32_t ConnGetLocalSocketPort(int32_t fd) = 0;
56 MOCK_METHOD1(ConnGetLocalSocketPort, int32_t (int32_t));
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp532 ret = ConnGetLocalSocketPort(INVALID_FD);
535 ret = ConnGetLocalSocketPort(TEST_FD);
613 ret = ConnGetLocalSocketPort(INVALID_FD);
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h84 int32_t ConnGetLocalSocketPort(int32_t fd);
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c311 int32_t ConnGetLocalSocketPort(int32_t fd) in ConnGetLocalSocketPort() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c563 int32_t localPort = ConnGetLocalSocketPort(fd); in SocketGetConnInfo()