Searched refs:ExecTcpConnectionGetLocalAddress (Results 1 – 5 of 5) sorted by relevance
70 static void ExecTcpConnectionGetLocalAddress(napi_env env, void *data);
86 bool ExecTcpConnectionGetLocalAddress(TcpServerGetLocalAddressContext *context);
147 void SocketAsyncWork::ExecTcpConnectionGetLocalAddress(napi_env env, void *data) in ExecTcpConnectionGetLocalAddress() function in OHOS::NetStack::Socket::SocketAsyncWork149 …::ExecAsyncWork<TcpConnectionGetLocalAddressContext, SocketExec::ExecTcpConnectionGetLocalAddress>( in ExecTcpConnectionGetLocalAddress()
790 …TcpConnectionGetLocalAddressContext, ExecTcpConnectionGetLocalAddress, TcpConnectionGetLocalAddres… in GetLocalAddress()
1639 bool ExecTcpConnectionGetLocalAddress(TcpConnectionGetLocalAddressContext *context) in ExecTcpConnectionGetLocalAddress() function