Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/src/
H A Dbindsocket_context.cpp24 BindSocketContext::BindSocketContext(napi_env env, EventManager *manager) in BindSocketContext() function in OHOS::NetManagerStandard::BindSocketContext
29 void BindSocketContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()
50 bool BindSocketContext::CheckParamsType(napi_value *params, size_t paramsCount) in CheckParamsType()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/include/
H A Dbindsocket_context.h27 class BindSocketContext final : public BaseContext {
29 BindSocketContext() = delete;
31 explicit BindSocketContext(napi_env env, EventManager *manager);
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/net_handle_interface/src/
H A Dnet_handle_interface.cpp52 return ModuleTemplate::Interface<BindSocketContext>( in BindSocket()
54 [](napi_env theEnv, napi_value thisVal, BindSocketContext *context) -> bool { in BindSocket()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/include/
H A Dconnection_exec.h152 static bool ExecBindSocket(BindSocketContext *context);
154 static napi_value BindSocketCallback(BindSocketContext *context);
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_work/src/
H A Dconnection_async_work.cpp273 …BaseAsyncWork::ExecAsyncWork<BindSocketContext, ConnectionExec::NetHandleExec::ExecBindSocket>(env… in ExecBindSocket()
278 …BaseAsyncWork::AsyncWorkCallback<BindSocketContext, ConnectionExec::NetHandleExec::BindSocketCallb… in BindSocketCallback()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp680 bool ConnectionExec::NetHandleExec::ExecBindSocket(BindSocketContext *context) in ExecBindSocket()
694 napi_value ConnectionExec::NetHandleExec::BindSocketCallback(BindSocketContext *context) in BindSocketCallback()