Home
last modified time | relevance | path

Searched refs:IsModal (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsub_session_test.cpp262 HWTEST_F(SubSessionTest, IsModal, Function | SmallTest | Level1)
264 ASSERT_FALSE(subSession_->IsModal());
313 EXPECT_EQ(subSession_->IsModal(), false);
315 EXPECT_EQ(subSession_->IsModal(), true);
H A Dmain_session_test.cpp416 HWTEST_F(MainSessionTest, IsModal, Function | SmallTest | Level2)
423 EXPECT_EQ(sceneSession->IsModal(), false);
428 EXPECT_EQ(sceneSession->IsModal(), true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp93 auto isModal = IsModal(); in ProcessPointDownSession()
302 bool MainSession::IsModal() const in IsModal() function in OHOS::Rosen::MainSession
310 return IsModal(); in IsApplicationModal()
H A Dsub_session.cpp207 bool SubSession::IsModal() const in IsModal() function in OHOS::Rosen::SubSession
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsub_session.h45 bool IsModal() const override;
H A Dmain_session.h53 bool IsModal() const override;
H A Dscene_session.h294 virtual bool IsModal() const { return false; } in IsModal() function
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/source/
H A Dfullscreenlaunchcomponent.ets86 this.options.parameters['ability.want.params.IsModal'] = true;
93 'ability.want.params.IsModal': true
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_property.h76 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(IsModal, bool, PROPERTY_UPDATE_RENDER);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp378 if (!session->IsModal() && !session->IsDialogWindow()) { in GetDialogSessionMap()
H A Dscene_session_manager.cpp5139 (SessionHelper::IsSubWindow(sceneSession->GetWindowType()) && !sceneSession->IsModal())) && in CheckRequestFocusImmdediately()