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 D | ark_web_data_base_impl.cpp | 32 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 D | ark_web_data_base_impl.h | 50 char* password, uint32_t password_size) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_data_base_wrapper.cpp | 32 …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 D | ark_web_data_base_wrapper.h | 48 char* password, uint32_t password_size) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_data_base.h | 48 char* password, uint32_t password_size) = 0;
|