Home
last modified time | relevance | path

Searched refs:GetRaiseEnabled (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dsub_session.cpp121 if (sessionProperty && sessionProperty->GetRaiseEnabled()) { in ProcessPointDownSession()
H A Dsystem_session.cpp190 if (sessionProperty && sessionProperty->GetRaiseEnabled()) { in ProcessPointDownSession()
H A Dsession.cpp1886 bool raiseEnabled = property->GetRaiseEnabled() && in HandleSubWindowClick()
H A Dscene_session.cpp2015 bool raiseEnabled = property->GetWindowType() == WindowType::WINDOW_TYPE_DIALOG && property->GetRaiseEnabled() && in TransferPointerEvent()
3858 sessionProperty->SetRaiseEnabled(property->GetRaiseEnabled()); in HandleActionUpdateRaiseenabled()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp55 * @tc.desc: SetRaiseEnabled and GetRaiseEnabled to check the value
61 ASSERT_EQ(property->GetRaiseEnabled(), true); in HWTEST_F()
63 ASSERT_EQ(property->GetRaiseEnabled(), false); in HWTEST_F()
88 ASSERT_EQ(property->GetRaiseEnabled(), true); in HWTEST_F()
808 ASSERT_EQ(property->GetRaiseEnabled(), true); in HWTEST_F()
H A Dsub_session_lifecycle_test.cpp328 ASSERT_FALSE(subSession_->GetSessionProperty()->GetRaiseEnabled()); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h116 bool GetRaiseEnabled() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp228 << property->GetRaiseEnabled() << "|" in DumpLayoutParam()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp307 bool WindowSessionProperty::GetRaiseEnabled() const in GetRaiseEnabled() function in OHOS::Rosen::WindowSessionProperty

Completed in 22 milliseconds