Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_data_base_impl.cpp32 ArkWebString& user_name, char* password, uint32_t password_size) in GetHttpAuthCredentials() argument
36 …ringStructToClass(host), ArkWebStringStructToClass(realm), cls_user_name, password, password_size); in GetHttpAuthCredentials()
H A Dark_web_data_base_impl.h50 char* password, uint32_t password_size) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_data_base_wrapper.cpp32 …ng& host, const std::string& realm, std::string& user_name, char* password, uint32_t password_size) in GetHttpAuthCredentials() argument
38 … ark_web_data_base_->GetHttpAuthCredentials(stHost, stRealm, stUserName, password, password_size); in GetHttpAuthCredentials()
H A Dark_web_data_base_wrapper.h48 char* password, uint32_t password_size) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_data_base.h48 char* password, uint32_t password_size) = 0;