Home
last modified time | relevance | path

Searched defs:showWhenLocked (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_test_utils.h45 bool showWhenLocked; member
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dsurface_draw_test.cpp50 bool showWhenLocked; member
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1592 bool showWhenLocked = true; variable
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1536 session->RegisterShowWhenLockedCallback([weakThis = wptr(this), where](bool showWhenLocked) { in ProcessShowWhenLockedRegister()
3680 void JsSceneSession::OnShowWhenLocked(bool showWhenLocked) in OnShowWhenLocked()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1675 WSError SceneSession::OnShowWhenLocked(bool showWhenLocked) in OnShowWhenLocked()