Searched refs:LocalSocketServerSendContext (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/ |
H A D | local_socket_server_context.cpp | 143 bool LocalSocketServerSendContext::GetData(napi_value sendOptions) in GetData() 172 void LocalSocketServerSendContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams() 191 int LocalSocketServerSendContext::GetAcceptFd() in GetAcceptFd() 200 LocalSocketOptions &LocalSocketServerSendContext::GetOptionsRef() in GetOptionsRef() 205 int LocalSocketServerSendContext::GetClientId() const in GetClientId() 210 void LocalSocketServerSendContext::SetClientId(int clientId) in SetClientId()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/ |
H A D | local_socket_exec.h | 54 bool ExecLocalSocketConnectionSend(LocalSocketServerSendContext *context); 91 napi_value LocalSocketConnectionSendCallback(LocalSocketServerSendContext *context);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/ |
H A D | local_socket_server_context.h | 298 class LocalSocketServerSendContext final : public LocalSocketServerBaseContext { 300 …LocalSocketServerSendContext(napi_env env, EventManager *manager) : LocalSocketServerBaseContext(e… in LocalSocketServerSendContext() function
|
/ohos5.0/foundation/communication/netstack/test/unittest/socket/ |
H A D | SocketTest.cpp | 212 LocalSocketServerSendContext context(env, &eventManager);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/src/ |
H A D | socket_async_work.cpp | 263 …BaseAsyncWork::ExecAsyncWork<LocalSocketServerSendContext, LocalSocketExec::ExecLocalSocketConnect… in ExecLocalSocketConnectionSend() 512 …BaseAsyncWork::AsyncWorkCallback<LocalSocketServerSendContext, LocalSocketExec::LocalSocketConnect… in LocalSocketConnectionSendCallback()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 966 … LocalSocketServerSendContext, ExecLocalSocketConnectionSend, LocalSocketConnectionSendCallback, in Send() 967 [](napi_env theEnv, napi_value thisVal, LocalSocketServerSendContext *context) -> bool { in Send()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | local_socket_exec.cpp | 1131 bool ExecLocalSocketConnectionSend(LocalSocketServerSendContext *context) in ExecLocalSocketConnectionSend() 1355 napi_value LocalSocketConnectionSendCallback(LocalSocketServerSendContext *context) in LocalSocketConnectionSendCallback()
|
/ohos5.0/foundation/communication/netstack/test/fuzztest/socket/fuzztest/socketexec_fuzzer/ |
H A D | socket_exec_fuzzer.cpp | 543 LocalSocketServerSendContext context(env, &eventManager); in ExecLocalSocketConnectionSendFuzzTest()
|