/foundation/window/window_manager/wmserver/src/ |
H A D | window_root.cpp | 643 HandleKeepScreenOn(child->GetWindowId(), child->IsKeepScreenOn()); in PostProcessAddWindowNode() 645 HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in PostProcessAddWindowNode() 877 HandleKeepScreenOn(child->GetWindowId(), false); in RemoveWindowNode() 879 HandleKeepScreenOn(windowId, false); in RemoveWindowNode() 1004 void WindowRoot::HandleKeepScreenOn(uint32_t windowId, bool requireLock) in HandleKeepScreenOn() function in OHOS::Rosen::WindowRoot 1016 container->HandleKeepScreenOn(node, requireLock); in HandleKeepScreenOn() 1092 HandleKeepScreenOn(id, false); in DestroyWindowWithChild() 1119 HandleKeepScreenOn(windowId, false); in DestroyWindow()
|
H A D | window_node_container.cpp | 1196 void WindowNodeContainer::HandleKeepScreenOn(const sptr<WindowNode>& node, bool requireLock) in HandleKeepScreenOn() function in OHOS::Rosen::WindowNodeContainer 1211 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "container:HandleKeepScreenOn(%s, %d)", in HandleKeepScreenOn() 1734 HandleKeepScreenOn(node, state); in UpdateWindowState() 1742 void WindowNodeContainer::HandleKeepScreenOn(const sptr<WindowNode>& node, WindowState state) in HandleKeepScreenOn() function in OHOS::Rosen::WindowNodeContainer 1749 HandleKeepScreenOn(node, false); in HandleKeepScreenOn() 1751 HandleKeepScreenOn(node, node->IsKeepScreenOn()); in HandleKeepScreenOn()
|
H A D | window_controller.cpp | 1513 windowRoot_->HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in UpdateProperty()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_container.h | 59 void HandleKeepScreenOn(const sptr<WindowNode>& node, bool requireLock); 152 void HandleKeepScreenOn(const sptr<WindowNode>& node, WindowState state);
|
H A D | window_root.h | 89 void HandleKeepScreenOn(uint32_t windowId, bool requireLock);
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test8.cpp | 600 * @tc.name: HandleKeepScreenOn 601 * @tc.desc: test function : HandleKeepScreenOn 604 HWTEST_F(SceneSessionManagerTest8, HandleKeepScreenOn, Function | SmallTest | Level3) in HWTEST_F() 613 ssm_->HandleKeepScreenOn(sceneSession, false); in HWTEST_F() 615 ssm_->HandleKeepScreenOn(sceneSession, true); in HWTEST_F()
|
H A D | scene_session_manager_test3.cpp | 1317 ssm_->HandleKeepScreenOn(sceneSession, requireLock); in HWTEST_F() 1319 ssm_->HandleKeepScreenOn(sceneSession, requireLock); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3791 void SceneSessionManager::HandleKeepScreenOn(const sptr<SceneSession>& sceneSession, bool requireLock) in HandleKeepScreenOn() function in OHOS::Rosen::SceneSessionManager 3817 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "ssm:HandleKeepScreenOn"); in HandleKeepScreenOn() 3832 taskScheduler_->PostAsyncTask(task, "HandleKeepScreenOn"); in HandleKeepScreenOn() 3844 HandleKeepScreenOn(sceneSession, sceneSession->IsKeepScreenOn()); in NotifyVisibleChange() 5660 HandleKeepScreenOn(sceneSession, property->IsKeepScreenOn()); in RegisterSessionChangeByActionNotifyManagerFunc() 5721 HandleKeepScreenOn(sceneSession, sceneSession->IsKeepScreenOn()); in OnSessionStateChange() 5732 HandleKeepScreenOn(sceneSession, false); in OnSessionStateChange() 5908 HandleKeepScreenOn(subSession, subSession->IsKeepScreenOn()); in ProcessSubSessionForeground() 5932 HandleKeepScreenOn(modalSession, modalSession->IsKeepScreenOn()); in ProcessSubSessionForeground() 6025 HandleKeepScreenOn(subSessio in ProcessSubSessionBackground() [all...] |
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 263 void HandleKeepScreenOn(const sptr<SceneSession>& sceneSession, bool requireLock);
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_root_test.cpp | 1280 windowRoot_->HandleKeepScreenOn(windowId, requireLock); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 4299 SceneSessionManager::GetInstance().HandleKeepScreenOn(session, !occluded); in OnNotifyPipOcclusionChange()
|