Home
last modified time | relevance | path

Searched refs:ReportNWebInit (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/res_sched_adapter_impl_test/
H A Dres_sched_adapter_impl_test.cpp73 resAdapter->ReportNWebInit(ResSchedStatusAdapter::WEB_SCENE_ENTER, 1);
125 resAdapter->ReportNWebInit(ResSchedStatusAdapter::WEB_SCENE_ENTER, 1);
134 resAdapter->ReportNWebInit(ResSchedStatusAdapter::WEB_SCENE_EXIT, 1);
213 resAdapter->ReportNWebInit(ResSchedStatusAdapter::WEB_SCENE_ENTER, 1);
/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() function in OHOS::NWeb::ResSchedClientAdapter
52 return OHOS::ArkWeb::ArkResSchedClientAdapter::ReportNWebInit((int32_t)statusAdapter, 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() function in OHOS::ArkWeb::ArkResSchedClientAdapter
53 … NWeb::ResSchedClientAdapter::ReportNWebInit((NWeb::ResSchedStatusAdapter)statusAdapter, nweb_id); in ReportNWebInit()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/
H A Dresschedadapter_fuzz.cpp61 adapter.ReportNWebInit(status, nwebId); in ResSchedAdapterFuzzTest()
86 adapter.ReportNWebInit(ResSchedStatusAdapter::WEB_SCENE_EXIT, -1); in ResSchedAdapterFuzzTest()
/ohos5.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);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dres_sched_client_adapter.h82 static void ReportNWebInit(ResSchedStatusAdapter statusAdapter, int32_t nwebId);
/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/
H A Dres_sched_client_adapter_impl.cpp400 void ResSchedClientAdapter::ReportNWebInit(ResSchedStatusAdapter statusAdapter, int32_t nwebId) in ReportNWebInit() function in OHOS::NWeb::ResSchedClientAdapter