Home
last modified time | relevance | path

Searched refs:TcpServerGetLocalAddressContext (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dsocket_exec.h86 bool ExecTcpConnectionGetLocalAddress(TcpServerGetLocalAddressContext *context);
96 bool ExecTcpServerGetLocalAddress(TcpServerGetLocalAddressContext *context);
139 napi_value TcpConnectionGetLocalAddressCallback(TcpServerGetLocalAddressContext *context);
147 napi_value TcpServerGetLocalAddressCallback(TcpServerGetLocalAddressContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_extra_exec.cpp77 bool ExecTcpServerGetLocalAddress(TcpServerGetLocalAddressContext *context) in ExecTcpServerGetLocalAddress()
138 napi_value TcpServerGetLocalAddressCallback(TcpServerGetLocalAddressContext *context) in TcpServerGetLocalAddressCallback()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dtcp_server_common_context.h57 typedef TcpServerCommonContext TcpServerGetLocalAddressContext; typedef
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/src/
H A Dsocket_async_work.cpp175 …BaseAsyncWork::ExecAsyncWork<TcpServerGetLocalAddressContext, SocketExec::ExecTcpServerGetLocalAdd… in ExecTcpServerGetLocalAddress()
416 …BaseAsyncWork::AsyncWorkCallback<TcpServerGetLocalAddressContext, SocketExec::TcpServerGetLocalAdd… in TcpServerGetLocalAddressCallback()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp791 [](napi_env theEnv, napi_value thisVal, TcpServerGetLocalAddressContext *context) -> bool { in GetLocalAddress()
825 return SOCKET_INTERFACE(TcpServerGetLocalAddressContext, ExecTcpServerGetLocalAddress, in GetLocalAddress()