/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 | 74 dataBase.SaveHttpAuthCredentials(TEST_HOST, TEST_REALME, TEST, TEST); in InitPermissionDataBase() 137 g_dataBaseNull->SaveHttpAuthCredentials(TEST_HOST, TEST_REALME, TEST, TEST); 155 dataBase.SaveHttpAuthCredentials("", TEST_REALME, TEST, TEST); 156 dataBase.SaveHttpAuthCredentials(TEST_HOST, "", TEST, TEST); 157 dataBase.SaveHttpAuthCredentials(TEST_HOST, TEST_REALME, "", TEST); 158 dataBase.SaveHttpAuthCredentials(TEST_HOST, TEST_REALME, TEST, ""); 226 dataBase.SaveHttpAuthCredentials(TEST_HOST, TEST_REALME, TEST, TEST);
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_data_base_impl.cpp | 40 void ArkWebDataBaseImpl::SaveHttpAuthCredentials( in SaveHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseImpl 43 …nweb_data_base_->SaveHttpAuthCredentials(ArkWebStringStructToClass(host), ArkWebStringStructToClas… in SaveHttpAuthCredentials()
|
H A D | ark_web_data_base_impl.h | 60 …void SaveHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, const ArkWebStri…
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_web_data_base_adapter_impl.cpp | 34 void ArkOhosWebDataBaseAdapterImpl::SaveHttpAuthCredentials( in SaveHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterImpl 37 real_.SaveHttpAuthCredentials(ArkWebStringStructToClass(host), ArkWebStringStructToClass(realm), in SaveHttpAuthCredentials()
|
H A D | ark_ohos_web_data_base_adapter_impl.h | 33 …void SaveHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, const ArkWebStri…
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_data_base_wrapper.cpp | 46 void ArkWebDataBaseWrapper::SaveHttpAuthCredentials( in SaveHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseWrapper 53 ark_web_data_base_->SaveHttpAuthCredentials(stHost, stRealm, stUserName, password); in SaveHttpAuthCredentials()
|
H A D | ark_web_data_base_wrapper.h | 58 void SaveHttpAuthCredentials(
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_web_data_base_adapter_wrapper.cpp | 40 void ArkOhosWebDataBaseAdapterWrapper::SaveHttpAuthCredentials( in SaveHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterWrapper 49 ctocpp_->SaveHttpAuthCredentials(ark_host, ark_realm, ark_username, password); in SaveHttpAuthCredentials()
|
H A D | ark_ohos_web_data_base_adapter_wrapper.h | 33 void SaveHttpAuthCredentials(
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/savehttpauthcredentials_fuzzer/ |
H A D | savehttpauthcredentials_fuzzer.cpp | 35 OhosWebDataBaseAdapterImpl::GetInstance().SaveHttpAuthCredentials(host, realm, name, str); in SaveHttpAuthCredentialsFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_data_base.h | 59 virtual void SaveHttpAuthCredentials(
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_ohos_web_data_base_adapter.h | 35 virtual void SaveHttpAuthCredentials(
|
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/ |
H A D | ohos_web_data_base_adapter_impl.h | 48 void SaveHttpAuthCredentials(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 | 54 virtual void SaveHttpAuthCredentials(
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_web_data_base_adapter.h | 34 virtual void SaveHttpAuthCredentials(
|
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/ |
H A D | ohos_web_data_base_adapter_impl.cpp | 109 void OhosWebDataBaseAdapterImpl::SaveHttpAuthCredentials(const std::string& host, const std::string… in SaveHttpAuthCredentials() function in OhosWebDataBaseAdapterImpl
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/ |
H A D | napi_web_data_base.cpp | 188 dataBase->SaveHttpAuthCredentials(host, realm, username, password); in JsSaveHttpAuthCredentials()
|