Home
last modified time | relevance | path

Searched refs:ExecLocalSocketBind (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.h24 bool ExecLocalSocketBind(LocalSocketBindContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/include/
H A Dsocket_async_work.h82 static void ExecLocalSocketBind(napi_env env, void *data);
/ohos5.0/foundation/communication/netstack/test/unittest/socket/
H A DSocketTest.cpp105 bool ret = LocalSocketExec::ExecLocalSocketBind(&context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_work/src/
H A Dsocket_async_work.cpp178 void SocketAsyncWork::ExecLocalSocketBind(napi_env env, void *data) in ExecLocalSocketBind() function in OHOS::NetStack::Socket::SocketAsyncWork
180 …BaseAsyncWork::ExecAsyncWork<LocalSocketBindContext, LocalSocketExec::ExecLocalSocketBind>(env, da… in ExecLocalSocketBind()
/ohos5.0/foundation/communication/netstack/test/fuzztest/socket/fuzztest/socketexec_fuzzer/
H A Dsocket_exec_fuzzer.cpp389 LocalSocketExec::ExecLocalSocketBind(&context); in ExecLocalSocketBindFuzzTest()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp848 …return SOCKET_INTERFACE(LocalSocketBindContext, ExecLocalSocketBind, LocalSocketBindCallback, Make… in Bind()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp761 bool ExecLocalSocketBind(LocalSocketBindContext *context) in ExecLocalSocketBind() function