Home
last modified time | relevance | path

Searched refs:GetShowFlagWhenLocked (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_transition_info.h66 bool GetShowFlagWhenLocked();
H A Dwindow_helper.h552 … (IsOnlySupportSplitAndShowWhenLocked(info->GetShowFlagWhenLocked(), windowModeSupportType))) { in CheckSupportWindowMode()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_transition_info.cpp141 bool WindowTransitionInfo::GetShowFlagWhenLocked() in GetShowFlagWhenLocked() function in OHOS::Rosen::WindowTransitionInfo
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp283 HWTEST_F(WindowTransitionInfoTest, GetShowFlagWhenLocked, Function | SmallTest | Level2)
292 auto ret = winTransitionInfo->GetShowFlagWhenLocked();
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp121 if (info->GetShowFlagWhenLocked()) { in InitializeWindowProperty()