Searched refs:ExecLocalSocketConnectionSend (Results 1 – 7 of 7) sorted by relevance
54 bool ExecLocalSocketConnectionSend(LocalSocketServerSendContext *context);
112 static void ExecLocalSocketConnectionSend(napi_env env, void *data);
213 bool ret = LocalSocketExec::ExecLocalSocketConnectionSend(&context);
261 void SocketAsyncWork::ExecLocalSocketConnectionSend(napi_env env, void *data) in ExecLocalSocketConnectionSend() function in OHOS::NetStack::Socket::SocketAsyncWork263 …k::ExecAsyncWork<LocalSocketServerSendContext, LocalSocketExec::ExecLocalSocketConnectionSend>(env, in ExecLocalSocketConnectionSend()
545 LocalSocketExec::ExecLocalSocketConnectionSend(&context); in ExecLocalSocketConnectionSendFuzzTest()
966 … LocalSocketServerSendContext, ExecLocalSocketConnectionSend, LocalSocketConnectionSendCallback, in Send()
1131 bool ExecLocalSocketConnectionSend(LocalSocketServerSendContext *context) in ExecLocalSocketConnectionSend() function