Searched refs:IsModal (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | sub_session_test.cpp | 262 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 D | main_session_test.cpp | 416 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 D | main_session.cpp | 93 auto isModal = IsModal(); in ProcessPointDownSession() 302 bool MainSession::IsModal() const in IsModal() function in OHOS::Rosen::MainSession 310 return IsModal(); in IsApplicationModal()
|
H A D | sub_session.cpp | 207 bool SubSession::IsModal() const in IsModal() function in OHOS::Rosen::SubSession
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | sub_session.h | 45 bool IsModal() const override;
|
H A D | main_session.h | 53 bool IsModal() const override;
|
H A D | scene_session.h | 294 virtual bool IsModal() const { return false; } in IsModal() function
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/source/ |
H A D | fullscreenlaunchcomponent.ets | 86 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 D | dialog_layout_property.h | 76 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(IsModal, bool, PROPERTY_UPDATE_RENDER);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_dirty_manager.cpp | 378 if (!session->IsModal() && !session->IsDialogWindow()) { in GetDialogSessionMap()
|
H A D | scene_session_manager.cpp | 5139 (SessionHelper::IsSubWindow(sceneSession->GetWindowType()) && !sceneSession->IsModal())) && in CheckRequestFocusImmdediately()
|