Searched refs:CheckDialogOnForeground (Results 1 – 7 of 7) sorted by relevance
127 if (parentSession && parentSession->CheckDialogOnForeground()) { in ProcessPointDownSession()155 if (parentSession && parentSession->CheckDialogOnForeground()) { in TransferKeyEvent()
94 if (!isModal && CheckDialogOnForeground()) { in ProcessPointDownSession()126 if (CheckDialogOnForeground()) { in TransferKeyEvent()
180 if (parentSession && parentSession->CheckDialogOnForeground()) { in ProcessPointDownSession()216 if (parentSession && parentSession->CheckDialogOnForeground() && in TransferKeyEvent()
1860 bool Session::CheckDialogOnForeground() in CheckDialogOnForeground() function in OHOS::Rosen::Session1968 if (parentSession && parentSession->CheckDialogOnForeground()) { in HandleSubWindowClick()2002 if (CheckDialogOnForeground() && isPointDown) { in TransferPointerEvent()2013 if (parentSession && parentSession->CheckDialogOnForeground() && isPointDown) { in TransferPointerEvent()
2287 if (CheckDialogOnForeground() && isPointDown) { in TransferPointerEvent()
364 HWTEST_F(WindowSessionTest, CheckDialogOnForeground, Function | SmallTest | Level2)368 ASSERT_EQ(false, session_->CheckDialogOnForeground());377 ASSERT_EQ(false, session_->CheckDialogOnForeground());
419 bool CheckDialogOnForeground();