Home
last modified time | relevance | path

Searched refs:SetRunWebInitedCallback (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_init_web_adapter_impl.cpp30 void ArkOhosInitWebAdapterImpl::SetRunWebInitedCallback(void* callback) in SetRunWebInitedCallback() function in OHOS::ArkWeb::ArkOhosInitWebAdapterImpl
32 real_->SetRunWebInitedCallback((NWeb::WebRunInitedCallback*)callback); in SetRunWebInitedCallback()
H A Dark_ohos_init_web_adapter_impl.h31 void SetRunWebInitedCallback(void* callback) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_init_web_adapter_wrapper.cpp27 void ArkOhosInitWebAdapterWrapper::SetRunWebInitedCallback(NWeb::WebRunInitedCallback* callback) in SetRunWebInitedCallback() function in OHOS::ArkWeb::ArkOhosInitWebAdapterWrapper
29 ctocpp_->SetRunWebInitedCallback((void*)callback); in SetRunWebInitedCallback()
H A Dark_ohos_init_web_adapter_wrapper.h33 void SetRunWebInitedCallback(NWeb::WebRunInitedCallback* callback) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_init_web_adapter.h31 virtual void SetRunWebInitedCallback(void* callback) = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_init_web_adapter/src/
H A Dohos_init_web_adapter_impl.cpp28 void OhosInitWebAdapterImpl::SetRunWebInitedCallback(WebRunInitedCallback* callback) in SetRunWebInitedCallback() function in OHOS::NWeb::OhosInitWebAdapterImpl
/ohos5.0/base/web/webview/ohos_adapter/ohos_init_web_adapter/include/
H A Dohos_init_web_adapter_impl.h30 void SetRunWebInitedCallback(WebRunInitedCallback* callback) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_init_web_adapter.h41 virtual void SetRunWebInitedCallback(WebRunInitedCallback* callback) = 0;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_init_web_adapter/
H A Dohos_init_web_adapter_test.cpp55 adapter.SetRunWebInitedCallback(nullptr);
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/setandgetrunwebinitedcallback_fuzzer/
H A Dsetandgetrunwebinitcallback_fuzzer.cpp36 webAdapterImpl->SetRunWebInitedCallback(callback); in SetAndGetCallbackFuzzTest()
/ohos5.0/base/web/webview/interfaces/kits/napi/webfunction/
H A Dnapi_webview_function.cpp83 …OhosAdapterHelper::GetInstance().GetInitWebAdapter()->SetRunWebInitedCallback(std::move(runWebInit… in RegisterWebInitedCallback()