Home
last modified time | relevance | path

Searched refs:IsTemporarilyShowWhenLocked (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1880 bool isTemporarilyShowWhenLocked = sceneSession->IsTemporarilyShowWhenLocked();
1883 isTemporarilyShowWhenLocked = sceneSession->IsTemporarilyShowWhenLocked();
1886 isTemporarilyShowWhenLocked = sceneSession->IsTemporarilyShowWhenLocked();
1891 ASSERT_EQ(sceneSession->IsTemporarilyShowWhenLocked(), true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h455 bool IsTemporarilyShowWhenLocked() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1687 … static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_SHOW_WHEN_LOCKED)) || IsTemporarilyShowWhenLocked(); in IsShowWhenLocked()
4895 bool SceneSession::IsTemporarilyShowWhenLocked() const in IsTemporarilyShowWhenLocked() function in OHOS::Rosen::SceneSession