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 D | net_handle_interface.cpp | 30 [](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 D | tlssocketserver_module.cpp | 79 [](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 D | socket_module.cpp | 758 [](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 D | connection_module.cpp | 471 [](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 D | event_manager.cpp | 141 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 D | event_manager.cpp | 361 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()
|