Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp350 auto jsWebHttpAuth = Referenced::MakeRefPtr<JSWebHttpAuth>(); in Constructor() local
351 jsWebHttpAuth->IncRefCount(); in Constructor()
352 args.SetReturnValue(Referenced::RawPtr(jsWebHttpAuth)); in Constructor()
355 static void Destructor(JSWebHttpAuth* jsWebHttpAuth) in Destructor() argument
357 if (jsWebHttpAuth != nullptr) { in Destructor()
358 jsWebHttpAuth->DecRefCount(); in Destructor()
2175 auto jsWebHttpAuth = Referenced::Claim(resultObj->Unwrap<JSWebHttpAuth>()); in WebHttpAuthEventToJSValue() local
2176 if (!jsWebHttpAuth) { in WebHttpAuthEventToJSValue()
2179 jsWebHttpAuth->SetResult(eventInfo.GetResult()); in WebHttpAuthEventToJSValue()