Searched refs:WEB_ACTIVE (Results 1 - 4 of 4) sorted by relevance
/base/web/webview/ohos_adapter/res_sched_adapter/src/ |
H A D | res_sched_client_adapter_impl.cpp | 51 { ResSchedStatusAdapter::WEB_ACTIVE, ResType::WindowStates::ACTIVE }, 205 if (it.second == ResSchedStatusAdapter::WEB_ACTIVE) { in IsSameSourceWebSiteActive() 257 if (statusAdapter == ResSchedStatusAdapter::WEB_ACTIVE) { in ReportStatusData() 294 ReportStatusData(ResSchedStatusAdapter::WEB_ACTIVE, pid, g_windowId, g_nwebId, false); in ReportKeyThread() 342 ReportStatusData(ResSchedStatusAdapter::WEB_ACTIVE, pid, g_windowId, nwebId, true); in ReportProcessInUse() 365 if (statusAdapter == ResSchedStatusAdapter::WEB_ACTIVE) { in ReportWindowStatus()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | res_sched_client_adapter.h | 36 WEB_ACTIVE, member in OHOS::NWeb::ResSchedStatusAdapter
|
/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/ |
H A D | resschedadapter_fuzz.cpp | 43 std::vector<ResSchedStatusAdapter> statuses = { ResSchedStatusAdapter::WEB_ACTIVE,
in ResSchedAdapterFuzzTest()
|
/base/web/webview/test/unittest/ohos_adapter/res_sched_adapter_impl_test/ |
H A D | res_sched_adapter_impl_test.cpp | 214 bool result = resAdapter->ReportWindowStatus(ResSchedStatusAdapter::WEB_ACTIVE, 1, 1, 1); in HWTEST_F()
|
Completed in 3 milliseconds