Home
last modified time | relevance | path

Searched refs:ExistHttpAuthCredentials (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.cpp131 result = dataBase.ExistHttpAuthCredentials();
134 result = g_dataBaseNull->ExistHttpAuthCredentials();
140 result = dataBase.ExistHttpAuthCredentials();
227 bool result = dataBase.ExistHttpAuthCredentials();
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_data_base_impl.cpp47 bool ArkWebDataBaseImpl::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseImpl
49 return nweb_data_base_->ExistHttpAuthCredentials(); in ExistHttpAuthCredentials()
H A Dark_web_data_base_impl.h68 bool ExistHttpAuthCredentials() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_web_data_base_adapter_impl.cpp24 bool ArkOhosWebDataBaseAdapterImpl::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterImpl
26 return real_.ExistHttpAuthCredentials(); in ExistHttpAuthCredentials()
H A Dark_ohos_web_data_base_adapter_impl.h29 bool ExistHttpAuthCredentials() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_data_base_wrapper.cpp60 bool ArkWebDataBaseWrapper::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseWrapper
62 return ark_web_data_base_->ExistHttpAuthCredentials(); in ExistHttpAuthCredentials()
H A Dark_web_data_base_wrapper.h66 bool ExistHttpAuthCredentials() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_web_data_base_adapter_wrapper.cpp24 bool ArkOhosWebDataBaseAdapterWrapper::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterWrapper
29 return ctocpp_->ExistHttpAuthCredentials(); in ExistHttpAuthCredentials()
H A Dark_ohos_web_data_base_adapter_wrapper.h29 bool ExistHttpAuthCredentials() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/existhttpauthcredentials_fuzzer/
H A Dexisthttpauthcredentials_fuzzer.cpp31 OhosWebDataBaseAdapterImpl::GetInstance().ExistHttpAuthCredentials(); in ExistHttpAuthCredentialsFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_data_base.h68 virtual bool ExistHttpAuthCredentials() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_web_data_base_adapter.h29 virtual bool ExistHttpAuthCredentials() = 0;
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/
H A Dohos_web_data_base_adapter_impl.h44 bool ExistHttpAuthCredentials() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_data_base.h38 virtual bool ExistHttpAuthCredentials() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_web_data_base_adapter.h30 virtual bool ExistHttpAuthCredentials() = 0;
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp178 bool OhosWebDataBaseAdapterImpl::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OhosWebDataBaseAdapterImpl
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_web_data_base.cpp80 isExist = dataBase->ExistHttpAuthCredentials(); in JsExistHttpAuthCredentials()