Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dvsync_station.h40 bool IsVsyncReceiverCreated();
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dvsync_station.cpp70 bool VsyncStation::IsVsyncReceiverCreated() in IsVsyncReceiverCreated() function in OHOS::Rosen::VsyncStation
H A Dwindow_extension_session_impl.cpp84 if (vsyncStation_ == nullptr || !vsyncStation_->IsVsyncReceiverCreated()) { in Create()
H A Dwindow_impl.cpp1283 if (vsyncStation_ == nullptr || !vsyncStation_->IsVsyncReceiverCreated()) { in WindowCreateCheck()
H A Dwindow_session_impl.cpp427 if (!property_ || vsyncStation_ == nullptr || !vsyncStation_->IsVsyncReceiverCreated()) { in WindowSessionCreateCheck()