Home
last modified time | relevance | path

Searched refs:GetDataBase (Results 1 - 16 of 16) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
H A Dweb_data_base.cpp35 std::shared_ptr<NWebDataBase> database = NWebHelper::Instance().GetDataBase(); in CJGetHttpAuthCredentials()
76 std::shared_ptr<NWebDataBase> database = NWebHelper::Instance().GetDataBase(); in CJSaveHttpAuthCredentials()
86 std::shared_ptr<NWebDataBase> database = NWebHelper::Instance().GetDataBase(); in CJExistHttpAuthCredentials()
96 std::shared_ptr<NWebDataBase> database = NWebHelper::Instance().GetDataBase(); in CJDeleteHttpAuthCredentials()
H A Dgeolocation_permission.cpp40 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in ProcessActionByType()
63 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in ExecuteGetPermissionState()
81 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in ExecuteGetOrigins()
114 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in CjDeleteAllGeolocation()
/base/web/webview/test/fuzztest/ohos_nweb/getdatabase_fuzzer/
H A Dgetdatabase_fuzzer.cpp31 NWebHelper::Instance().GetDataBase(); in GetDataBaseFuzzTest()
/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_web_data_base.cpp65 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in JsDeleteHttpAuthCredentials()
78 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in JsExistHttpAuthCredentials()
186 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in JsSaveHttpAuthCredentials()
235 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in JsGetHttpAuthCredentials()
H A Dnapi_geolocation_permission.cpp152 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in ProcessActionByType()
197 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in JsDeleteAllGeolocation()
263 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in ExecuteGetPermissionState()
461 std::shared_ptr<OHOS::NWeb::NWebDataBase> dataBase = OHOS::NWeb::NWebHelper::Instance().GetDataBase(); in ExecuteGetOrigins()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.h36 ArkWebRefPtr<ArkWebDataBase> GetDataBase() override;
H A Dark_web_engine_impl.cpp70 ArkWebRefPtr<ArkWebDataBase> ArkWebEngineImpl::GetDataBase() in GetDataBase() function in OHOS::ArkWeb::ArkWebEngineImpl
72 std::shared_ptr<OHOS::NWeb::NWebDataBase> nweb_data_base = nweb_engine_->GetDataBase(); in GetDataBase()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h45 virtual ArkWebRefPtr<ArkWebDataBase> GetDataBase() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp74 std::shared_ptr<OHOS::NWeb::NWebDataBase> ArkWebEngineWrapper::GetDataBase() in GetDataBase() function in OHOS::OHOS::ArkWeb::ArkWebEngineWrapper
76 ArkWebRefPtr<ArkWebDataBase> ark_web_data_base = ark_web_engine_->GetDataBase(); in GetDataBase()
H A Dark_web_engine_wrapper.h35 std::shared_ptr<OHOS::NWeb::NWebDataBase> GetDataBase() override;
/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h50 std::shared_ptr<NWebDataBase> GetDataBase();
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h38 virtual std::shared_ptr<NWebDataBase> GetDataBase() = 0;
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp83 std::shared_ptr<NWebDataBase> GetDataBase() in GetDataBase() function in OHOS::NWeb::MockNWebEngine
226 auto dataBase = NWebHelper::Instance().GetDataBase(); in NWebHelperFuzzTest_003()
/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp100 auto base = helper.GetDataBase(); in HWTEST_F()
166 * @tc.desc: Test the GetDataBase.
181 auto base = helper.GetDataBase(); in HWTEST_F()
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp83 std::shared_ptr<NWebDataBase> GetDataBase() in GetDataBase() function in OHOS::NWeb::MockNWebEngine
252 * @tc.desc: GetDataBase.
258 auto dataBase = NWebHelper::Instance().GetDataBase(); in HWTEST_F()
491 NWebHelper::Instance().GetDataBase(); in HWTEST_F()
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp815 std::shared_ptr<NWebDataBase> NWebHelper::GetDataBase() in GetDataBase() function in OHOS::NWeb::NWebHelper
822 return nwebEngine_->GetDataBase(); in GetDataBase()

Completed in 10 milliseconds