Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp444 auto jsWebAllSslError = Referenced::MakeRefPtr<JSWebAllSslError>(); in Constructor() local
445 jsWebAllSslError->IncRefCount(); in Constructor()
446 args.SetReturnValue(Referenced::RawPtr(jsWebAllSslError)); in Constructor()
449 static void Destructor(JSWebAllSslError* jsWebAllSslError) in Destructor() argument
451 if (jsWebAllSslError != nullptr) { in Destructor()
452 jsWebAllSslError->DecRefCount(); in Destructor()
2204 auto jsWebAllSslError = Referenced::Claim(resultObj->Unwrap<JSWebAllSslError>()); in WebAllSslErrorEventToJSValue() local
2205 if (!jsWebAllSslError) { in WebAllSslErrorEventToJSValue()
2208 jsWebAllSslError->SetResult(eventInfo.GetResult()); in WebAllSslErrorEventToJSValue()