Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp48 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in ClosePort()
60 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in PostPortMessage()
76 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in SetPortMessageCallback()
140 return NWeb::NWebHelper::Instance().GetNWeb(nwebId_) ? true : false; in IsInit()
154 auto nweb_ptr = OHOS::NWeb::NWebHelper::Instance().GetNWeb(nwebId); in SetWebId()
169 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in GetWebId()
178 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadUrl()
187 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadUrl()
197 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadData()
209 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId in PreFetchPage()
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp128 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in SetWebId()
204 return NWebHelper::Instance().GetNWeb(nwebId_) ? true : false; in IsInit()
210 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in AccessForward()
222 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in AccessBackward()
232 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in AccessStep()
241 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in ClearHistory()
249 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in Forward()
257 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in Backward()
265 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in OnActive()
273 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId in OnInactive()
[all...]
H A Dwebview_javascript_result_callback.cpp1799 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in CallH5FunctionInternal()
/base/web/webview/test/fuzztest/ohos_nweb/getnweb_fuzzer/
H A Dgetnweb_fuzzer.cpp30 NWebHelper::Instance().GetNWeb(nweb_id); in GetNwebFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.h34 ArkWebRefPtr<ArkWebNWeb> GetNWeb(int32_t nweb_id) override;
H A Dark_web_engine_impl.cpp60 ArkWebRefPtr<ArkWebNWeb> ArkWebEngineImpl::GetNWeb(int32_t nweb_id) in GetNWeb() function in OHOS::ArkWeb::ArkWebEngineImpl
62 std::shared_ptr<OHOS::NWeb::NWeb> nweb = nweb_engine_->GetNWeb(nweb_id); in GetNWeb()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h42 virtual ArkWebRefPtr<ArkWebNWeb> GetNWeb(int32_t nweb_id) = 0;
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp78 std::shared_ptr<NWeb> GetNWeb(int32_t nweb_id) in GetNWeb() function in OHOS::NWeb::MockNWebEngine
195 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in HWTEST_F()
481 nweb = NWebHelper::Instance().GetNWeb(1); in HWTEST_F()
584 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in HWTEST_F()
609 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in HWTEST_F()
632 nweb = NWebHelper::Instance().GetNWeb(1); in HWTEST_F()
647 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp64 std::shared_ptr<OHOS::NWeb::NWeb> ArkWebEngineWrapper::GetNWeb(int32_t nweb_id) in GetNWeb() function in OHOS::OHOS::ArkWeb::ArkWebEngineWrapper
66 ArkWebRefPtr<ArkWebNWeb> ark_web_nweb = ark_web_engine_->GetNWeb(nweb_id); in GetNWeb()
H A Dark_web_engine_wrapper.h33 std::shared_ptr<OHOS::NWeb::NWeb> GetNWeb(int32_t nweb_id) override;
/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h52 std::shared_ptr<NWeb> GetNWeb(int32_t nweb_id);
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h36 virtual std::shared_ptr<NWeb> GetNWeb(int32_t nweb_id) = 0;
/base/web/webview/interfaces/kits/napi/webasynccontroller/
H A Dnapi_web_async_controller.cpp197 std::shared_ptr<NWeb> nweb = NWebHelper::Instance().GetNWeb(nwebId_); in StoreWebArchiveCallback()
249 std::shared_ptr<NWeb> nweb = NWebHelper::Instance().GetNWeb(nwebId_); in StoreWebArchivePromise()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp78 std::shared_ptr<NWeb> GetNWeb(int32_t nweb_id) in GetNWeb() function in OHOS::NWeb::MockNWebEngine
182 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in NWebHelperFuzzTest()
/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp104 auto nweb = helper.GetNWeb(nweb_id); in HWTEST_F()
185 auto nweb = helper.GetNWeb(nweb_id); in HWTEST_F()
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp769 std::shared_ptr<NWeb> NWebHelper::GetNWeb(int32_t nweb_id) in GetNWeb() function in OHOS::NWeb::NWebHelper
776 return nwebEngine_->GetNWeb(nweb_id); in GetNWeb()

Completed in 14 milliseconds