Searched refs:ConnGetLocalSocketPort (Results 1 – 6 of 6) sorted by relevance
83 int32_t ConnGetLocalSocketPort(int32_t fd) in ConnGetLocalSocketPort() function85 return GetSocketMockInterface()->ConnGetLocalSocketPort(fd); in ConnGetLocalSocketPort()
38 virtual int32_t ConnGetLocalSocketPort(int32_t fd) = 0;56 MOCK_METHOD1(ConnGetLocalSocketPort, int32_t (int32_t));
532 ret = ConnGetLocalSocketPort(INVALID_FD);535 ret = ConnGetLocalSocketPort(TEST_FD);613 ret = ConnGetLocalSocketPort(INVALID_FD);
84 int32_t ConnGetLocalSocketPort(int32_t fd);
311 int32_t ConnGetLocalSocketPort(int32_t fd) in ConnGetLocalSocketPort() function
563 int32_t localPort = ConnGetLocalSocketPort(fd); in SocketGetConnInfo()