/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 | 131 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 D | ark_web_data_base_impl.cpp | 47 bool ArkWebDataBaseImpl::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseImpl 49 return nweb_data_base_->ExistHttpAuthCredentials(); in ExistHttpAuthCredentials()
|
H A D | ark_web_data_base_impl.h | 68 bool ExistHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_web_data_base_adapter_impl.cpp | 24 bool ArkOhosWebDataBaseAdapterImpl::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterImpl 26 return real_.ExistHttpAuthCredentials(); in ExistHttpAuthCredentials()
|
H A D | ark_ohos_web_data_base_adapter_impl.h | 29 bool ExistHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_data_base_wrapper.cpp | 60 bool ArkWebDataBaseWrapper::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OHOS::ArkWeb::ArkWebDataBaseWrapper 62 return ark_web_data_base_->ExistHttpAuthCredentials(); in ExistHttpAuthCredentials()
|
H A D | ark_web_data_base_wrapper.h | 66 bool ExistHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_web_data_base_adapter_wrapper.cpp | 24 bool ArkOhosWebDataBaseAdapterWrapper::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OHOS::ArkWeb::ArkOhosWebDataBaseAdapterWrapper 29 return ctocpp_->ExistHttpAuthCredentials(); in ExistHttpAuthCredentials()
|
H A D | ark_ohos_web_data_base_adapter_wrapper.h | 29 bool ExistHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/existhttpauthcredentials_fuzzer/ |
H A D | existhttpauthcredentials_fuzzer.cpp | 31 OhosWebDataBaseAdapterImpl::GetInstance().ExistHttpAuthCredentials(); in ExistHttpAuthCredentialsFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_data_base.h | 68 virtual bool ExistHttpAuthCredentials() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_ohos_web_data_base_adapter.h | 29 virtual bool ExistHttpAuthCredentials() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/ |
H A D | ohos_web_data_base_adapter_impl.h | 44 bool ExistHttpAuthCredentials() override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_data_base.h | 38 virtual bool ExistHttpAuthCredentials() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_web_data_base_adapter.h | 30 virtual bool ExistHttpAuthCredentials() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/ |
H A D | ohos_web_data_base_adapter_impl.cpp | 178 bool OhosWebDataBaseAdapterImpl::ExistHttpAuthCredentials() in ExistHttpAuthCredentials() function in OhosWebDataBaseAdapterImpl
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/ |
H A D | napi_web_data_base.cpp | 80 isExist = dataBase->ExistHttpAuthCredentials(); in JsExistHttpAuthCredentials()
|