Home
last modified time | relevance | path

Searched refs:GetDatashareInstance (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_adapter_helper_wrapper.cpp256 NWeb::DatashareAdapter& ArkOhosAdapterHelperWrapper::GetDatashareInstance() in GetDatashareInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper
258 static ArkDatashareAdapterWrapper instance(ctocpp_->GetDatashareInstance()); in GetDatashareInstance()
H A Dark_ohos_adapter_helper_wrapper.h67 NWeb::DatashareAdapter& GetDatashareInstance() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_adapter_helper.h106 virtual DatashareAdapter& GetDatashareInstance() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.h67 ArkWebRefPtr<ArkDatashareAdapter> GetDatashareInstance() override;
H A Dark_ohos_adapter_helper_impl.cpp221 ArkWebRefPtr<ArkDatashareAdapter> ArkOhosAdapterHelperImpl::GetDatashareInstance() in GetDatashareInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperImpl
223 static NWeb::DatashareAdapter& instance = real_.GetDatashareInstance(); in GetDatashareInstance()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_adapter_helper.h125 virtual ArkWebRefPtr<ArkDatashareAdapter> GetDatashareInstance() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H A Dohos_adapter_helper_impl.h70 DatashareAdapter& GetDatashareInstance() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp201 DatashareAdapter& OhosAdapterHelperImpl::GetDatashareInstance() in GetDatashareInstance() function in OHOS::NWeb::OhosAdapterHelperImpl
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp204 helper.GetDatashareInstance();