Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp896enableFrameLayoutFinishCb_.compare_exchange_strong(enableFrameLayoutFinishCb, false) || layoutRect… in FlushLayoutSize()
899 GetWindowId(), rect.ToString().c_str(), enableFrameLayoutFinishCb_.load()); in FlushLayoutSize()
902 GetWindowId(), rect.ToString().c_str(), enableFrameLayoutFinishCb_.load()); in FlushLayoutSize()
904 session->NotifyFrameLayoutFinishFromApp(enableFrameLayoutFinishCb_, rect); in FlushLayoutSize()
907 enableFrameLayoutFinishCb_ = false; in FlushLayoutSize()
4184 enableFrameLayoutFinishCb_ = enable; in SetFrameLayoutCallbackEnable()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp1477 window->enableFrameLayoutFinishCb_ = true;
1479 ASSERT_EQ(window->enableFrameLayoutFinishCb_, false);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h557 std::atomic_bool enableFrameLayoutFinishCb_ = false; variable