Home
last modified time | relevance | path

Searched refs:ExecLocalSocketConnectionClose (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/
H A Dlocal_socket_exec.h56 bool ExecLocalSocketConnectionClose(LocalSocketServerCloseContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/include/
H A Dsocket_async_work.h114 static void ExecLocalSocketConnectionClose(napi_env env, void *data);
/ohos5.0/foundation/communication/netstack/test/unittest/socket/
H A DSocketTest.cpp222 bool ret = LocalSocketExec::ExecLocalSocketConnectionClose(&context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/src/
H A Dsocket_async_work.cpp267 void SocketAsyncWork::ExecLocalSocketConnectionClose(napi_env env, void *data) in ExecLocalSocketConnectionClose() function in OHOS::NetStack::Socket::SocketAsyncWork
269 …:ExecAsyncWork<LocalSocketServerCloseContext, LocalSocketExec::ExecLocalSocketConnectionClose>(env, in ExecLocalSocketConnectionClose()
/ohos5.0/foundation/communication/netstack/test/fuzztest/socket/fuzztest/socketexec_fuzzer/
H A Dsocket_exec_fuzzer.cpp558 LocalSocketExec::ExecLocalSocketConnectionClose(&context); in ExecLocalSocketConnectionCloseFuzzTest()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp977 … LocalSocketServerCloseContext, ExecLocalSocketConnectionClose, LocalSocketConnectionCloseCallback, in Close()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp1158 bool ExecLocalSocketConnectionClose(LocalSocketServerCloseContext *context) in ExecLocalSocketConnectionClose() function