Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dlocal_socket_exec.h44 bool ExecLocalSocketServerEnd(LocalSocketServerEndContext *context);
81 napi_value LocalSocketServerEndCallback(LocalSocketServerEndContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dlocal_socket_server_context.h239 class LocalSocketServerEndContext final : public LocalSocketServerBaseContext {
241LocalSocketServerEndContext(napi_env env, EventManager *manager) : LocalSocketServerBaseContext(en… in LocalSocketServerEndContext() function
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dlocal_socket_server_context.cpp65 void LocalSocketServerEndContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/src/
H A Dsocket_async_work.cpp234 …BaseAsyncWork::ExecAsyncWork<LocalSocketServerEndContext, LocalSocketExec::ExecLocalSocketServerEn… in ExecLocalSocketServerEnd()
482 …BaseAsyncWork::AsyncWorkCallback<LocalSocketServerEndContext, LocalSocketExec::LocalSocketServerEn… in LocalSocketServerEndCallback()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp1023 bool ExecLocalSocketServerEnd(LocalSocketServerEndContext *context) in ExecLocalSocketServerEnd()
1308 napi_value LocalSocketServerEndCallback(LocalSocketServerEndContext *context) in LocalSocketServerEndCallback()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp924 return SOCKET_INTERFACE(LocalSocketServerEndContext, ExecLocalSocketServerEnd, in Close()