/ohos5.0/base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/ |
H A D | web_data_base_adapter_impl_test.cpp | 174 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 D | ark_web_data_base_impl.cpp | 31 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 D | ark_web_data_base_impl.h | 49 …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 D | ark_ohos_web_data_base_adapter_impl.cpp | 41 void ArkOhosWebDataBaseAdapterImpl::GetHttpAuthCredentials( in GetHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterImpl 45 real_.GetHttpAuthCredentials( in GetHttpAuthCredentials()
|
H A D | ark_ohos_web_data_base_adapter_impl.h | 36 …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 D | ark_web_data_base_wrapper.cpp | 31 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 D | ark_web_data_base_wrapper.h | 47 …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 D | ark_ohos_web_data_base_adapter_wrapper.cpp | 55 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 D | ark_ohos_web_data_base_adapter_wrapper.h | 36 …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 D | gethttpauthcredentials_fuzzer.cpp | 36 …OhosWebDataBaseAdapterImpl::GetInstance().GetHttpAuthCredentials(host, realm, username, password, … in GetHttpAuthCredentialsFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_data_base.h | 47 …virtual void GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, ArkWebStr…
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_ohos_web_data_base_adapter.h | 39 …virtual void GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, ArkWebStr…
|
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/ |
H A D | ohos_web_data_base_adapter_impl.h | 51 void GetHttpAuthCredentials(const std::string& host, const std::string& realm,
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_data_base.h | 66 …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 D | ohos_web_data_base_adapter.h | 37 …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 D | ohos_web_data_base_adapter_impl.cpp | 138 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 D | napi_web_data_base.cpp | 237 dataBase->GetHttpAuthCredentials(host, realm, username, password, MAX_PWD_LENGTH + 1); in JsGetHttpAuthCredentials()
|