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 D | res_sched_adapter_impl_test.cpp | 73 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 D | ark_res_sched_client_adapter_wrapper.cpp | 50 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 D | ark_res_sched_client_adapter_impl.cpp | 51 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 D | resschedadapter_fuzz.cpp | 61 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 D | ark_res_sched_client_adapter.h | 43 static void ReportNWebInit(int32_t statusAdapter, int32_t nweb_id);
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | res_sched_client_adapter.h | 82 static void ReportNWebInit(ResSchedStatusAdapter statusAdapter, int32_t nwebId);
|
/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/ |
H A D | res_sched_client_adapter_impl.cpp | 400 void ResSchedClientAdapter::ReportNWebInit(ResSchedStatusAdapter statusAdapter, int32_t nwebId) in ReportNWebInit() function in OHOS::NWeb::ResSchedClientAdapter
|