Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h174 class AuthResultOhos : public AuthResult {
175 DECLARE_ACE_TYPE(AuthResultOhos, AuthResult) in DECLARE_ACE_TYPE() argument
178 AuthResultOhos(std::shared_ptr<OHOS::NWeb::NWebJSHttpAuthResult> result) : result_(result) {} in DECLARE_ACE_TYPE()
H A Dweb_client_impl.cpp564 …auto param = std::make_shared<WebHttpAuthEvent>(AceType::MakeRefPtr<AuthResultOhos>(result), host,… in OnHttpAuthRequestByJS()
H A Dweb_delegate.cpp242 bool AuthResultOhos::Confirm(std::string& userName, std::string& pwd) in Confirm()
250 bool AuthResultOhos::IsHttpAuthInfoSaved() in IsHttpAuthInfoSaved()
258 void AuthResultOhos::Cancel() in Cancel()