Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_previewer_mock.cpp122 class JSWebHttpAuth : public Referenced { class
126 JSClass<JSWebHttpAuth>::Declare("WebHttpAuthResult"); in JSBind()
127 JSClass<JSWebHttpAuth>::StaticMethod("confirm", &JSWeb::Mock); in JSBind()
128 JSClass<JSWebHttpAuth>::StaticMethod("cancel", &JSWeb::Mock); in JSBind()
129 JSClass<JSWebHttpAuth>::StaticMethod("isHttpAuthInfoSaved", &JSWeb::Mock); in JSBind()
130 JSClass<JSWebHttpAuth>::Bind(globalObj); in JSBind()
323 JSWebHttpAuth::JSBind(globalObj); in JSBind()
H A Djs_web.cpp293 class JSWebHttpAuth : public Referenced { class
297 JSClass<JSWebHttpAuth>::Declare("WebHttpAuthResult"); in JSBind()
298 JSClass<JSWebHttpAuth>::CustomMethod("confirm", &JSWebHttpAuth::Confirm); in JSBind()
299 JSClass<JSWebHttpAuth>::CustomMethod("cancel", &JSWebHttpAuth::Cancel); in JSBind()
300 … JSClass<JSWebHttpAuth>::CustomMethod("isHttpAuthInfoSaved", &JSWebHttpAuth::IsHttpAuthInfoSaved); in JSBind()
301 … JSClass<JSWebHttpAuth>::Bind(globalObj, &JSWebHttpAuth::Constructor, &JSWebHttpAuth::Destructor); in JSBind()
350 auto jsWebHttpAuth = Referenced::MakeRefPtr<JSWebHttpAuth>(); in Constructor()
355 static void Destructor(JSWebHttpAuth* jsWebHttpAuth) in Destructor()
2020 JSWebHttpAuth::JSBind(globalObj); in JSBind()
2174 JSRef<JSObject> resultObj = JSClass<JSWebHttpAuth>::NewInstance(); in WebHttpAuthEventToJSValue()
[all …]