Home
last modified time | relevance | path

Searched refs:CheckDialogOnForeground (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp95 if (CheckDialogOnForeground()) { in ProcessPointDownSession()
127 if (CheckDialogOnForeground()) { in TransferKeyEvent()
H A Dsub_session.cpp113 if (!isModal && parentSession && parentSession->CheckDialogOnForeground()) { in ProcessPointDownSession()
144 if (parentSession && parentSession->CheckDialogOnForeground()) { in TransferKeyEvent()
H A Dsystem_session.cpp180 if (parentSession && parentSession->CheckDialogOnForeground()) { in ProcessPointDownSession()
219 if (parentSession && parentSession->CheckDialogOnForeground() && in TransferKeyEvent()
H A Dsession.cpp1769 bool Session::CheckDialogOnForeground() in CheckDialogOnForeground() function in OHOS::Rosen::Session
1877 if (parentSession && parentSession->CheckDialogOnForeground()) { in HandleSubWindowClick()
1911 if (CheckDialogOnForeground() && isPointDown) { in TransferPointerEvent()
1922 if (parentSession && parentSession->CheckDialogOnForeground() && isPointDown) { in TransferPointerEvent()
H A Dscene_session.cpp1986 if (CheckDialogOnForeground() && isPointDown) { in TransferPointerEvent()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp360 * @tc.name: CheckDialogOnForeground
361 * @tc.desc: check func CheckDialogOnForeground
364 HWTEST_F(WindowSessionTest, CheckDialogOnForeground, Function | SmallTest | Level2) in HWTEST_F()
368 ASSERT_EQ(false, session_->CheckDialogOnForeground()); in HWTEST_F()
377 ASSERT_EQ(false, session_->CheckDialogOnForeground()); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h431 bool CheckDialogOnForeground();

Completed in 20 milliseconds