Home
last modified time | relevance | path

Searched defs:nweb_id (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/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
/ohos5.0/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()
H A Dark_web_engine_wrapper.cpp64 std::shared_ptr<OHOS::NWeb::NWeb> ArkWebEngineWrapper::GetNWeb(int32_t nweb_id) in GetNWeb()
114 void ArkWebEngineWrapper::SetWebTag(int32_t nweb_id, const char* web_tag) in SetWebTag()
/ohos5.0/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()
H A Dark_web_engine_impl.cpp61 ArkWebRefPtr<ArkWebNWeb> ArkWebEngineImpl::GetNWeb(int32_t nweb_id) in GetNWeb()
111 void ArkWebEngineImpl::SetWebTag(int32_t nweb_id, const char* web_tag) in SetWebTag()
/ohos5.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()
103 void SetWebTag(int32_t nweb_id, const char* web_tag) {} in SetWebTag()
184 int32_t nweb_id = 1; variable
585 int32_t nweb_id = 1; variable
610 int32_t nweb_id = 1; variable
/ohos5.0/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()
103 void SetWebTag(int32_t nweb_id, const char* web_tag) {} in SetWebTag()
173 int32_t nweb_id = 1; in NWebHelperFuzzTest() local
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp94 int32_t nweb_id = 1; variable
172 int32_t nweb_id = 1; variable
/ohos5.0/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()
/ohos5.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()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp758 std::shared_ptr<NWeb> NWebHelper::GetNWeb(int32_t nweb_id) in GetNWeb()
768 void NWebHelper::SetWebTag(int32_t nweb_id, const char* webTag) in SetWebTag()