Searched refs:showWhenLocked (Results 1 - 17 of 17) sorted by relevance
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_visibility_info_test.cpp | 144 .showWhenLocked = true,
in SetUp() 154 .showWhenLocked = true,
in SetUp() 164 .showWhenLocked = true,
in SetUp()
|
H A D | window_drag_test.cpp | 76 .showWhenLocked = true, in SetUp() 87 .showWhenLocked = true, in SetUp() 98 .showWhenLocked = true, in SetUp()
|
H A D | window_test_utils.h | 45 bool showWhenLocked;
member
|
H A D | window_input_method_test.cpp | 56 .showWhenLocked = true, in SetUp()
|
H A D | window_water_mark_test.cpp | 98 .showWhenLocked = true, in SetUp()
|
H A D | window_focus_test.cpp | 91 .showWhenLocked = true,
in SetUp() 101 .showWhenLocked = true,
in SetUp() 111 .showWhenLocked = false,
in SetUp()
|
H A D | window_layout_test.cpp | 152 .showWhenLocked = true,
in HWTEST_F() 180 .showWhenLocked = true,
in HWTEST_F() 212 .showWhenLocked = true,
in HWTEST_F() 264 .showWhenLocked = true,
in HWTEST_F() 324 .showWhenLocked = true,
in HWTEST_F() 368 .showWhenLocked = true,
in HWTEST_F() 397 .showWhenLocked = true,
in HWTEST_F() 432 .showWhenLocked = true,
in HWTEST_F()
|
H A D | window_display_zoom_test.cpp | 54 .showWhenLocked = true, in SetUp()
|
H A D | window_rotation_test.cpp | 110 .showWhenLocked = true, in SetUp()
|
H A D | window_test_utils.cpp | 74 if (info.showWhenLocked) {
in CreateTestWindow()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | surface_draw_test.cpp | 50 bool showWhenLocked; member
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.h | 292 void OnShowWhenLocked(bool showWhenLocked);
|
H A D | js_scene_session.cpp | 1497 sessionchangeCallback->OnShowWhenLocked_ = [weakThis = wptr(this)](bool showWhenLocked) { in ProcessShowWhenLockedRegister() 1503 jsSceneSession->OnShowWhenLocked(showWhenLocked); in ProcessShowWhenLockedRegister() 3595 void JsSceneSession::OnShowWhenLocked(bool showWhenLocked) in OnShowWhenLocked() argument 3597 WLOGFI("[NAPI] %{public}d", showWhenLocked); in OnShowWhenLocked() 3598 auto task = [weakThis = wptr(this), persistentId = persistentId_, flag = showWhenLocked, env = env_] { in OnShowWhenLocked() 3614 taskScheduler_->PostMainThreadTask(task, "OnShowWhenLocked:" +std::to_string(showWhenLocked)); in OnShowWhenLocked()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 63 using NotifyShowWhenLockedFunc = std::function<void(bool showWhenLocked)>; 350 WSError OnShowWhenLocked(bool showWhenLocked);
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test2.cpp | 1556 bool showWhenLocked = true; in HWTEST_F() local 1557 sceneSession->OnShowWhenLocked(showWhenLocked); in HWTEST_F()
|
H A D | scene_session_test.cpp | 1080 scensession->sessionChangeCallback_->OnShowWhenLocked_ = [](bool showWhenLocked){}; in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 1368 WSError SceneSession::OnShowWhenLocked(bool showWhenLocked) in OnShowWhenLocked() argument 1370 WLOGFD("SceneSession ShowWhenLocked status:%{public}d", static_cast<int32_t>(showWhenLocked)); in OnShowWhenLocked() 1372 sessionChangeCallback_->OnShowWhenLocked_(showWhenLocked); in OnShowWhenLocked()
|
Completed in 30 milliseconds