Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/
H A Dres_sched_client_adapter_impl.cpp101 int32_t g_nwebId = INVALID_NUMBER; variable
286 if (pid == tid && g_windowId != INVALID_NUMBER && g_nwebId != INVALID_NUMBER) { in ReportKeyThread()
288 ReportStatusData(ResSchedStatusAdapter::WEB_ACTIVE, pid, g_windowId, g_nwebId, false); in ReportKeyThread()
324 int32_t nwebId = g_nwebId; in ReportProcessInUse()
396 g_nwebId = nwebId; in ReportWindowId()
397 WVLOG_D("ReportWindowId windowId: %{public}d, nwebId: %{public}d", g_windowId, g_nwebId); in ReportWindowId()