Home
last modified time | relevance | path

Searched refs:HandleKeepScreenOn (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp643 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 Dwindow_node_container.cpp1196 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 Dwindow_controller.cpp1513 windowRoot_->HandleKeepScreenOn(node->GetWindowId(), node->IsKeepScreenOn()); in UpdateProperty()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_container.h59 void HandleKeepScreenOn(const sptr<WindowNode>& node, bool requireLock);
152 void HandleKeepScreenOn(const sptr<WindowNode>& node, WindowState state);
H A Dwindow_root.h89 void HandleKeepScreenOn(uint32_t windowId, bool requireLock);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp600 * @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 Dscene_session_manager_test3.cpp1317 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 Dscene_session_manager.cpp3791 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 Dscene_session_manager.h263 void HandleKeepScreenOn(const sptr<SceneSession>& sceneSession, bool requireLock);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp1280 windowRoot_->HandleKeepScreenOn(windowId, requireLock); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp4299 SceneSessionManager::GetInstance().HandleKeepScreenOn(session, !occluded); in OnNotifyPipOcclusionChange()

Completed in 40 milliseconds