Home
last modified time | relevance | path

Searched refs:nweb_id (Results 1 - 21 of 21) sorted by relevance

/base/web/webview/test/fuzztest/ohos_nweb/getnweb_fuzzer/
H A Dgetnweb_fuzzer.cpp28 int32_t nweb_id = static_cast<int32_t>(size); in GetNwebFuzzTest() local
30 NWebHelper::Instance().GetNWeb(nweb_id); in GetNwebFuzzTest()
32 NWebHelper::Instance().SetWebTag(nweb_id, "NWeb"); in GetNwebFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_controller_handler_impl.cpp42 void ArkWebControllerHandlerImpl::SetNWebHandlerById(int32_t nweb_id) in SetNWebHandlerById() argument
44 nweb_comtroller_handler_->SetNWebHandlerById(nweb_id); in SetNWebHandlerById()
H A Dark_web_engine_impl.h34 ArkWebRefPtr<ArkWebNWeb> GetNWeb(int32_t nweb_id) override;
44 void SetWebTag(int32_t nweb_id, const char* web_tag) override;
H A Dark_web_engine_impl.cpp60 ArkWebRefPtr<ArkWebNWeb> ArkWebEngineImpl::GetNWeb(int32_t nweb_id) in GetNWeb() argument
62 std::shared_ptr<OHOS::NWeb::NWeb> nweb = nweb_engine_->GetNWeb(nweb_id); in GetNWeb()
110 void ArkWebEngineImpl::SetWebTag(int32_t nweb_id, const char* web_tag) in SetWebTag() argument
112 nweb_engine_->SetWebTag(nweb_id, web_tag); in SetWebTag()
H A Dark_web_controller_handler_impl.h38 void SetNWebHandlerById(int32_t nweb_id) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_controller_handler_wrapper.cpp42 void ArkWebControllerHandlerWrapper::SetNWebHandlerById(int32_t nweb_id) in SetNWebHandlerById() argument
44 ark_web_comtroller_handler_->SetNWebHandlerById(nweb_id); in SetNWebHandlerById()
H A Dark_web_engine_wrapper.cpp64 std::shared_ptr<OHOS::NWeb::NWeb> ArkWebEngineWrapper::GetNWeb(int32_t nweb_id) in GetNWeb() argument
66 ArkWebRefPtr<ArkWebNWeb> ark_web_nweb = ark_web_engine_->GetNWeb(nweb_id); in GetNWeb()
114 void ArkWebEngineWrapper::SetWebTag(int32_t nweb_id, const char* web_tag) in SetWebTag() argument
116 ark_web_engine_->SetWebTag(nweb_id, web_tag); in SetWebTag()
H A Dark_web_controller_handler_wrapper.h38 void SetNWebHandlerById(int32_t nweb_id) override;
H A Dark_web_engine_wrapper.h33 std::shared_ptr<OHOS::NWeb::NWeb> GetNWeb(int32_t nweb_id) override;
43 void SetWebTag(int32_t nweb_id, const char* web_tag) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_controller_handler.h37 virtual void SetNWebHandlerById(int32_t nweb_id) = 0;
H A Dark_web_engine.h42 virtual ArkWebRefPtr<ArkWebNWeb> GetNWeb(int32_t nweb_id) = 0;
57 virtual void SetWebTag(int32_t nweb_id, const char* web_tag) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_res_sched_client_adapter_impl.cpp51 void ArkResSchedClientAdapter::ReportNWebInit(int32_t statusAdapter, int32_t nweb_id) in ReportNWebInit() argument
53 NWeb::ResSchedClientAdapter::ReportNWebInit((NWeb::ResSchedStatusAdapter)statusAdapter, nweb_id); in ReportNWebInit()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_res_sched_client_adapter_wrapper.cpp50 void ResSchedClientAdapter::ReportNWebInit(ResSchedStatusAdapter statusAdapter, int32_t nweb_id) in ReportNWebInit() argument
52 return OHOS::ArkWeb::ArkResSchedClientAdapter::ReportNWebInit((int32_t)statusAdapter, nweb_id); in ReportNWebInit()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_manager.h31 NapiWebDownloadManager(napi_env env, 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;
46 virtual void SetWebTag(int32_t nweb_id, const char* web_tag) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_res_sched_client_adapter.h43 static void ReportNWebInit(int32_t statusAdapter, int32_t nweb_id);
/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() argument
103 void SetWebTag(int32_t nweb_id, const char* web_tag) {} in SetWebTag() argument
171 int32_t nweb_id = 1; in NWebHelperFuzzTest() local
182 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in NWebHelperFuzzTest()
/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp94 int32_t nweb_id = 1; in HWTEST_F() local
104 auto nweb = helper.GetNWeb(nweb_id); in HWTEST_F()
172 int32_t nweb_id = 1; in HWTEST_F() local
185 auto nweb = helper.GetNWeb(nweb_id); in HWTEST_F()
/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() argument
103 void SetWebTag(int32_t nweb_id, const char* web_tag) {} in SetWebTag() argument
184 int32_t nweb_id = 1; in HWTEST_F() local
195 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in HWTEST_F()
583 int32_t nweb_id = 1; in HWTEST_F() local
584 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in HWTEST_F()
608 int32_t nweb_id = 1; in HWTEST_F() local
609 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in HWTEST_F()
646 int32_t nweb_id = 1; in HWTEST_F() local
647 auto nwebHelper = NWebHelper::Instance().GetNWeb(nweb_id); in HWTEST_F()
[all...]
/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h52 std::shared_ptr<NWeb> GetNWeb(int32_t nweb_id);
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp769 std::shared_ptr<NWeb> NWebHelper::GetNWeb(int32_t nweb_id) in GetNWeb() argument
776 return nwebEngine_->GetNWeb(nweb_id); in GetNWeb()
779 void NWebHelper::SetWebTag(int32_t nweb_id, const char* webTag) in SetWebTag() argument
786 nwebEngine_->SetWebTag(nweb_id, webTag); in SetWebTag()

Completed in 11 milliseconds