Home
last modified time | relevance | path

Searched refs:SaveHttpAuthCredentials (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.cpp74 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 Dark_web_data_base_impl.cpp40 void ArkWebDataBaseImpl::SaveHttpAuthCredentials( in SaveHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseImpl
43 …nweb_data_base_->SaveHttpAuthCredentials(ArkWebStringStructToClass(host), ArkWebStringStructToClas… in SaveHttpAuthCredentials()
H A Dark_web_data_base_impl.h60 …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 Dark_ohos_web_data_base_adapter_impl.cpp34 void ArkOhosWebDataBaseAdapterImpl::SaveHttpAuthCredentials( in SaveHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterImpl
37 real_.SaveHttpAuthCredentials(ArkWebStringStructToClass(host), ArkWebStringStructToClass(realm), in SaveHttpAuthCredentials()
H A Dark_ohos_web_data_base_adapter_impl.h33 …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 Dark_web_data_base_wrapper.cpp46 void ArkWebDataBaseWrapper::SaveHttpAuthCredentials( in SaveHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseWrapper
53 ark_web_data_base_->SaveHttpAuthCredentials(stHost, stRealm, stUserName, password); in SaveHttpAuthCredentials()
H A Dark_web_data_base_wrapper.h58 void SaveHttpAuthCredentials(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_web_data_base_adapter_wrapper.cpp40 void ArkOhosWebDataBaseAdapterWrapper::SaveHttpAuthCredentials( in SaveHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterWrapper
49 ctocpp_->SaveHttpAuthCredentials(ark_host, ark_realm, ark_username, password); in SaveHttpAuthCredentials()
H A Dark_ohos_web_data_base_adapter_wrapper.h33 void SaveHttpAuthCredentials(
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/savehttpauthcredentials_fuzzer/
H A Dsavehttpauthcredentials_fuzzer.cpp35 OhosWebDataBaseAdapterImpl::GetInstance().SaveHttpAuthCredentials(host, realm, name, str); in SaveHttpAuthCredentialsFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_data_base.h59 virtual void SaveHttpAuthCredentials(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_web_data_base_adapter.h35 virtual void SaveHttpAuthCredentials(
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/
H A Dohos_web_data_base_adapter_impl.h48 void SaveHttpAuthCredentials(const std::string& host, const std::string& realm,
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_data_base.h54 virtual void SaveHttpAuthCredentials(
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_web_data_base_adapter.h34 virtual void SaveHttpAuthCredentials(
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp109 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 Dnapi_web_data_base.cpp188 dataBase->SaveHttpAuthCredentials(host, realm, username, password); in JsSaveHttpAuthCredentials()