Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
H A Dtls_init_context.cpp29 TLSInitContext::TLSInitContext(napi_env env, EventManager *manager) : BaseContext(env, manager) {} in TLSInitContext() function in OHOS::NetStack::TlsSocket::TLSInitContext
31 void TLSInitContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()
47 bool TLSInitContext::CheckParamsType(napi_value *params, size_t paramsCount) in CheckParamsType()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/context/
H A Dtls_init_context.h28 class TLSInitContext final : public BaseContext {
30 TLSInitContext() = delete;
31 explicit TLSInitContext(napi_env env, EventManager *manager);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocket_exec.h37 static bool ExecInit(TLSInitContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_async_work.cpp98 BaseAsyncWork::ExecAsyncWork<TLSInitContext, TLSSocketExec::ExecInit>(env, data); in ExecInit()
H A Dtlssocket_exec.cpp44 static inline void TLSSocketThrowException(TLSInitContext *context, int32_t errorCode) in TLSSocketThrowException()
68 bool TLSSocketExec::ExecInit(TLSInitContext *context) in ExecInit()
H A Dtlssocket_module.cpp204 auto context = new TLSInitContext(env, manager); in ConstructTLSSocketInstance()