Home
last modified time | relevance | path

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 Dlocal_socket_server_context.cpp143 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 Dlocal_socket_exec.h54 bool ExecLocalSocketConnectionSend(LocalSocketServerSendContext *context);
91 napi_value LocalSocketConnectionSendCallback(LocalSocketServerSendContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dlocal_socket_server_context.h298 class LocalSocketServerSendContext final : public LocalSocketServerBaseContext {
300LocalSocketServerSendContext(napi_env env, EventManager *manager) : LocalSocketServerBaseContext(e… in LocalSocketServerSendContext() function
/ohos5.0/foundation/communication/netstack/test/unittest/socket/
H A DSocketTest.cpp212 LocalSocketServerSendContext context(env, &eventManager);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/src/
H A Dsocket_async_work.cpp263 …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 Dsocket_module.cpp966LocalSocketServerSendContext, 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 Dlocal_socket_exec.cpp1131 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 Dsocket_exec_fuzzer.cpp543 LocalSocketServerSendContext context(env, &eventManager); in ExecLocalSocketConnectionSendFuzzTest()