Home
last modified time | relevance | path

Searched refs:ExecLocalSocketServerEnd (Results 1 – 5 of 5) 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);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/include/
H A Dsocket_async_work.h102 static void ExecLocalSocketServerEnd(napi_env env, void *data);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/src/
H A Dsocket_async_work.cpp232 void SocketAsyncWork::ExecLocalSocketServerEnd(napi_env env, void *data) in ExecLocalSocketServerEnd() function in OHOS::NetStack::Socket::SocketAsyncWork
234 …rk::ExecAsyncWork<LocalSocketServerEndContext, LocalSocketExec::ExecLocalSocketServerEnd>(env, dat… in ExecLocalSocketServerEnd()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp924 return SOCKET_INTERFACE(LocalSocketServerEndContext, ExecLocalSocketServerEnd, in Close()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp1023 bool ExecLocalSocketServerEnd(LocalSocketServerEndContext *context) in ExecLocalSocketServerEnd() function