Home
last modified time | relevance | path

Searched refs:GetHttpAuthCredentials (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/
H A Dweb_data_base_adapter_impl_test.cpp174 dataBase.GetHttpAuthCredentials("", TEST_REALME, username, password, maxLength + 1);
175 dataBase.GetHttpAuthCredentials(TEST_HOST, "", username, password, maxLength + 1);
176 dataBase.GetHttpAuthCredentials(TEST_HOST, TEST_REALME, username, nullptr, maxLength + 1);
177 dataBase.GetHttpAuthCredentials(TEST_HOST, TEST_REALME, username, password, maxLength + 1);
179 g_dataBaseNull->GetHttpAuthCredentials(TEST_HOST, TEST_REALME, username, password, -1);
180 … g_dataBaseNull->GetHttpAuthCredentials(TEST_HOST, TEST_REALME, username, password, maxLength + 1);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_data_base_impl.cpp31 void ArkWebDataBaseImpl::GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, in GetHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseImpl
35 nweb_data_base_->GetHttpAuthCredentials( in GetHttpAuthCredentials()
H A Dark_web_data_base_impl.h49 …void GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, ArkWebString& use…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_web_data_base_adapter_impl.cpp41 void ArkOhosWebDataBaseAdapterImpl::GetHttpAuthCredentials( in GetHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterImpl
45 real_.GetHttpAuthCredentials( in GetHttpAuthCredentials()
H A Dark_ohos_web_data_base_adapter_impl.h36 …void GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, ArkWebString& use…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_data_base_wrapper.cpp31 void ArkWebDataBaseWrapper::GetHttpAuthCredentials( in GetHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseWrapper
38 … ark_web_data_base_->GetHttpAuthCredentials(stHost, stRealm, stUserName, password, password_size); in GetHttpAuthCredentials()
H A Dark_web_data_base_wrapper.h47 …void GetHttpAuthCredentials(const std::string& host, const std::string& realm, std::string& user_n…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_web_data_base_adapter_wrapper.cpp55 void ArkOhosWebDataBaseAdapterWrapper::GetHttpAuthCredentials( in GetHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterWrapper
64 ctocpp_->GetHttpAuthCredentials(ark_host, ark_realm, ark_username, password, passwordSize); in GetHttpAuthCredentials()
H A Dark_ohos_web_data_base_adapter_wrapper.h36 …void GetHttpAuthCredentials(const std::string& host, const std::string& realm, std::string& userna…
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/
H A Dgethttpauthcredentials_fuzzer.cpp36 …OhosWebDataBaseAdapterImpl::GetInstance().GetHttpAuthCredentials(host, realm, username, password, … in GetHttpAuthCredentialsFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_data_base.h47 …virtual void GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, ArkWebStr…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_web_data_base_adapter.h39 …virtual void GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, ArkWebStr…
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/
H A Dohos_web_data_base_adapter_impl.h51 void GetHttpAuthCredentials(const std::string& host, const std::string& realm,
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_data_base.h66 …virtual void GetHttpAuthCredentials(const std::string& host, const std::string& realm, std::string…
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_web_data_base_adapter.h37 …virtual void GetHttpAuthCredentials(const std::string& host, const std::string& realm, std::string…
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp138 void OhosWebDataBaseAdapterImpl::GetHttpAuthCredentials(const std::string& host, const std::string&… in GetHttpAuthCredentials() function in OhosWebDataBaseAdapterImpl
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_web_data_base.cpp237 dataBase->GetHttpAuthCredentials(host, realm, username, password, MAX_PWD_LENGTH + 1); in JsGetHttpAuthCredentials()