Home
last modified time | relevance | path

Searched refs:ConnGetLocalSocketPort (Results 1 - 6 of 6) sorted by relevance

/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));
/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()
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp525 * @tc.desc: test ConnGetLocalSocketPort port
532 ret = ConnGetLocalSocketPort(INVALID_FD); in HWTEST_F()
535 ret = ConnGetLocalSocketPort(TEST_FD); in HWTEST_F()
606 * @tc.desc: test ConnGetLocalSocketPort port
613 ret = ConnGetLocalSocketPort(INVALID_FD);
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h84 int32_t ConnGetLocalSocketPort(int32_t fd);
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c311 int32_t ConnGetLocalSocketPort(int32_t fd) in ConnGetLocalSocketPort() function
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c560 int32_t localPort = ConnGetLocalSocketPort(fd); in SocketGetConnInfo()

Completed in 5 milliseconds