Home
last modified time | relevance | path

Searched refs:ExecLocalSocketConnectionSend (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dlocal_socket_exec.h54 bool ExecLocalSocketConnectionSend(LocalSocketServerSendContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/include/
H A Dsocket_async_work.h112 static void ExecLocalSocketConnectionSend(napi_env env, void *data);
/ohos5.0/foundation/communication/netstack/test/unittest/socket/
H A DSocketTest.cpp213 bool ret = LocalSocketExec::ExecLocalSocketConnectionSend(&context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/src/
H A Dsocket_async_work.cpp261 void SocketAsyncWork::ExecLocalSocketConnectionSend(napi_env env, void *data) in ExecLocalSocketConnectionSend() function in OHOS::NetStack::Socket::SocketAsyncWork
263 …k::ExecAsyncWork<LocalSocketServerSendContext, LocalSocketExec::ExecLocalSocketConnectionSend>(env, in ExecLocalSocketConnectionSend()
/ohos5.0/foundation/communication/netstack/test/fuzztest/socket/fuzztest/socketexec_fuzzer/
H A Dsocket_exec_fuzzer.cpp545 LocalSocketExec::ExecLocalSocketConnectionSend(&context); in ExecLocalSocketConnectionSendFuzzTest()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp966 … LocalSocketServerSendContext, ExecLocalSocketConnectionSend, LocalSocketConnectionSendCallback, in Send()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp1131 bool ExecLocalSocketConnectionSend(LocalSocketServerSendContext *context) in ExecLocalSocketConnectionSend() function