Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_data_base_impl.cpp52 void ArkWebDataBaseImpl::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseImpl
54 nweb_data_base_->DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentials()
H A Dark_web_data_base_impl.h74 void DeleteHttpAuthCredentials() override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/
H A Dweb_data_base_adapter_impl_test.cpp73 dataBase.DeleteHttpAuthCredentials(); in InitPermissionDataBase()
136 g_dataBaseNull->DeleteHttpAuthCredentials();
139 dataBase.DeleteHttpAuthCredentials();
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_web_data_base_adapter_impl.cpp29 void ArkOhosWebDataBaseAdapterImpl::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterImpl
31 return real_.DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentials()
H A Dark_ohos_web_data_base_adapter_impl.h31 void DeleteHttpAuthCredentials() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_data_base_wrapper.cpp65 void ArkWebDataBaseWrapper::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseWrapper
67 ark_web_data_base_->DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentials()
H A Dark_web_data_base_wrapper.h72 void DeleteHttpAuthCredentials() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_web_data_base_adapter_wrapper.cpp32 void ArkOhosWebDataBaseAdapterWrapper::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterWrapper
37 return ctocpp_->DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentials()
H A Dark_ohos_web_data_base_adapter_wrapper.h31 void DeleteHttpAuthCredentials() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/deletehttpauthcredentials_fuzzer/
H A Ddeletehttpauthcredentials_fuzzer.cpp31 OhosWebDataBaseAdapterImpl::GetInstance().DeleteHttpAuthCredentials(); in DeleteHttpAuthCredentialsFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_data_base.h75 virtual void DeleteHttpAuthCredentials() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_web_data_base_adapter.h32 virtual void DeleteHttpAuthCredentials() = 0;
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/
H A Dohos_web_data_base_adapter_impl.h46 void DeleteHttpAuthCredentials() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_data_base.h44 virtual void DeleteHttpAuthCredentials() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_web_data_base_adapter.h32 virtual void DeleteHttpAuthCredentials() = 0;
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp197 void OhosWebDataBaseAdapterImpl::DeleteHttpAuthCredentials() in DeleteHttpAuthCredentials() function in OhosWebDataBaseAdapterImpl
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_web_data_base.cpp67 dataBase->DeleteHttpAuthCredentials(); in JsDeleteHttpAuthCredentials()