Home
last modified time | relevance | path

Searched refs:GetKeystoreAdapterInstance (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.cpp244 NWeb::KeystoreAdapter& ArkOhosAdapterHelperWrapper::GetKeystoreAdapterInstance() in GetKeystoreAdapterInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper
246 static ArkKeystoreAdapterWrapper instance(ctocpp_->GetKeystoreAdapterInstance()); in GetKeystoreAdapterInstance()
H A Dark_ohos_adapter_helper_wrapper.h63 NWeb::KeystoreAdapter& GetKeystoreAdapterInstance() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_adapter_helper.h102 virtual KeystoreAdapter& GetKeystoreAdapterInstance() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.h63 ArkWebRefPtr<ArkKeystoreAdapter> GetKeystoreAdapterInstance() override;
H A Dark_ohos_adapter_helper_impl.cpp206 ArkWebRefPtr<ArkKeystoreAdapter> ArkOhosAdapterHelperImpl::GetKeystoreAdapterInstance() in GetKeystoreAdapterInstance() function in OHOS::ArkWeb::ArkOhosAdapterHelperImpl
208 static NWeb::KeystoreAdapter& instance = real_.GetKeystoreAdapterInstance(); in GetKeystoreAdapterInstance()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_adapter_helper.h119 virtual ArkWebRefPtr<ArkKeystoreAdapter> GetKeystoreAdapterInstance() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H A Dohos_adapter_helper_impl.h66 KeystoreAdapter& GetKeystoreAdapterInstance() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp191 KeystoreAdapter& OhosAdapterHelperImpl::GetKeystoreAdapterInstance() in GetKeystoreAdapterInstance() function in OHOS::NWeb::OhosAdapterHelperImpl
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp202 helper.GetKeystoreAdapterInstance();