Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp397 auto jsWebSslError = Referenced::MakeRefPtr<JSWebSslError>(); in Constructor() local
398 jsWebSslError->IncRefCount(); in Constructor()
399 args.SetReturnValue(Referenced::RawPtr(jsWebSslError)); in Constructor()
402 static void Destructor(JSWebSslError* jsWebSslError) in Destructor() argument
404 if (jsWebSslError != nullptr) { in Destructor()
405 jsWebSslError->DecRefCount(); in Destructor()
2190 auto jsWebSslError = Referenced::Claim(resultObj->Unwrap<JSWebSslError>()); in WebSslErrorEventToJSValue() local
2191 if (!jsWebSslError) { in WebSslErrorEventToJSValue()
2194 jsWebSslError->SetResult(eventInfo.GetResult()); in WebSslErrorEventToJSValue()