Searched refs:ExecTcpConnectionGetRemoteAddress (Results 1 – 6 of 6) sorted by relevance
68 static void ExecTcpConnectionGetRemoteAddress(napi_env env, void *data);
84 bool ExecTcpConnectionGetRemoteAddress(TcpServerGetRemoteAddressContext *context);
141 void SocketAsyncWork::ExecTcpConnectionGetRemoteAddress(napi_env env, void *data) in ExecTcpConnectionGetRemoteAddress() function in OHOS::NetStack::Socket::SocketAsyncWork143 …ExecAsyncWork<TcpServerGetRemoteAddressContext, SocketExec::ExecTcpConnectionGetRemoteAddress>(env, in ExecTcpConnectionGetRemoteAddress()
275 SocketExec::ExecTcpConnectionGetRemoteAddress(&context); in ExecTcpConnectionGetRemoteAddressFuzzTest()
779 …TcpServerGetRemoteAddressContext, ExecTcpConnectionGetRemoteAddress, TcpConnectionGetRemoteAddress… in GetRemoteAddress()
1595 bool ExecTcpConnectionGetRemoteAddress(TcpServerGetRemoteAddressContext *context) in ExecTcpConnectionGetRemoteAddress() function