Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dvsync_adapter_impl.cpp45 hasReportedKeyThread_ = false; in ~VSyncAdapterImpl()
87 if (!hasReportedKeyThread_) { in RequestVsync()
99 hasReportedKeyThread_ = true; in RequestVsync()
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dvsync_adapter_impl.h51 bool hasReportedKeyThread_ = false; variable