Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp347 auto jsWebHttpAuth = Referenced::MakeRefPtr<JSWebHttpAuth>(); in Constructor() local
348 jsWebHttpAuth->IncRefCount(); in Constructor()
349 args.SetReturnValue(Referenced::RawPtr(jsWebHttpAuth)); in Constructor()
352 static void Destructor(JSWebHttpAuth* jsWebHttpAuth) in Destructor() argument
354 if (jsWebHttpAuth != nullptr) { in Destructor()
355 jsWebHttpAuth->DecRefCount(); in Destructor()
2167 auto jsWebHttpAuth = Referenced::Claim(resultObj->Unwrap<JSWebHttpAuth>()); in WebHttpAuthEventToJSValue() local
2168 if (!jsWebHttpAuth) { in WebHttpAuthEventToJSValue()
2171 jsWebHttpAuth->SetResult(eventInfo.GetResult()); in WebHttpAuthEventToJSValue()

Completed in 11 milliseconds