Home
last modified time | relevance | path

Searched defs:theEnv (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/net_handle_interface/src/
H A Dnet_handle_interface.cpp30 [](napi_env theEnv, napi_value thisVal, GetAddressByNameContext *context) -> bool { in GetAddressesByName()
42 [](napi_env theEnv, napi_value thisVal, GetAddressByNameContext *context) -> bool { in GetAddressByName()
54 [](napi_env theEnv, napi_value thisVal, BindSocketContext *context) -> bool { in BindSocket()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocketserver_module.cpp79 [](napi_env theEnv, napi_value thisVal, TLSServerSendContext *context) -> bool { in Send()
90 [](napi_env theEnv, napi_value thisVal, TLSServerCloseContext *context) -> bool { in Close()
101 [](napi_env theEnv, napi_value thisVal, ServerTLSGetRemoteAddressContext *context) -> bool { in GetRemoteAddress()
112 [](napi_env theEnv, napi_value thisVal, TLSServerGetLocalAddressContext *context) -> bool { in GetLocalAddress()
125 … [](napi_env theEnv, napi_value thisVal, ServerGetRemoteCertificateContext *context) -> bool { in GetRemoteCertificate()
136 [](napi_env theEnv, napi_value thisVal, ServerGetCipherSuitesContext *context) -> bool { in GetCipherSuites()
148 … [](napi_env theEnv, napi_value thisVal, ServerGetSignatureAlgorithmsContext *context) -> bool { in GetSignatureAlgorithms()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp758 [](napi_env theEnv, napi_value thisVal, TcpServerSendContext *context) -> bool { in Send()
769 [](napi_env theEnv, napi_value thisVal, TcpServerCloseContext *context) -> bool { in Close()
780 [](napi_env theEnv, napi_value thisVal, TcpServerGetRemoteAddressContext *context) -> bool { in GetRemoteAddress()
791 [](napi_env theEnv, napi_value thisVal, TcpServerGetLocalAddressContext *context) -> bool { in GetLocalAddress()
967 [](napi_env theEnv, napi_value thisVal, LocalSocketServerSendContext *context) -> bool { in Send()
978 [](napi_env theEnv, napi_value thisVal, LocalSocketServerCloseContext *context) -> bool { in Close()
990 …[](napi_env theEnv, napi_value thisVal, LocalSocketServerGetLocalAddressContext *context) -> bool { in GetLocalAddress()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp471 [](napi_env theEnv, napi_value thisVal, RegisterContext *context) -> bool { in Register()
485 [](napi_env theEnv, napi_value thisVal, UnregisterContext *context) -> bool { in Unregister()
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Devent_manager.cpp141 UvWorkWrapper::UvWorkWrapper(void *theData, napi_env theEnv, std::string eventType, EventManager *e… in UvWorkWrapper()
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_manager.cpp361 UvWorkWrapper::UvWorkWrapper(void *theData, napi_env theEnv, std::string eventType, EventManager *e… in UvWorkWrapper()
366 UvWorkWrapperShared::UvWorkWrapperShared(void *theData, napi_env theEnv, std::string eventType, in UvWorkWrapperShared()