Home
last modified time | relevance | path

Searched refs:ExecTcpConnectionSend (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/include/
H A Dsocket_async_work.h66 static void ExecTcpConnectionSend(napi_env env, void *data);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dsocket_exec.h82 bool ExecTcpConnectionSend(TcpServerSendContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/src/
H A Dsocket_async_work.cpp136 void SocketAsyncWork::ExecTcpConnectionSend(napi_env env, void *data) in ExecTcpConnectionSend() function in OHOS::NetStack::Socket::SocketAsyncWork
138 … BaseAsyncWork::ExecAsyncWork<TcpServerSendContext, SocketExec::ExecTcpConnectionSend>(env, data); in ExecTcpConnectionSend()
/ohos5.0/foundation/communication/netstack/test/fuzztest/socket/fuzztest/socketexec_fuzzer/
H A Dsocket_exec_fuzzer.cpp262 SocketExec::ExecTcpConnectionSend(&context); in ExecTcpConnectionSendFuzzTest()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp757 TcpServerSendContext, ExecTcpConnectionSend, TcpConnectionSendCallback, in Send()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp1715 bool ExecTcpConnectionSend(TcpServerSendContext *context) in ExecTcpConnectionSend() function