Home
last modified time | relevance | path

Searched refs:currentDrawingContentState (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h881 bool GetPreWindowDrawingState(uint64_t windowId, int32_t& pid, bool currentDrawingContentState);
882 bool GetProcessDrawingState(uint64_t windowId, int32_t pid, bool currentDrawingContentState);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp753 bool currentDrawingContentState = true; in HWTEST_F() local
774 auto result = ssm_->GetProcessDrawingState(windowId, pid, currentDrawingContentState); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp7705 bool currentDrawingContentState = data.second; in GetWindowDrawingContentChangeInfo() local
7708 if (GetPreWindowDrawingState(windowId, pid, currentDrawingContentState) == currentDrawingContentState) { in GetWindowDrawingContentChangeInfo()
7711 isChange = GetProcessDrawingState(windowId, pid, currentDrawingContentState); in GetWindowDrawingContentChangeInfo()
7715 processDrawingContentChangeInfo.emplace_back(windowId, currentDrawingContentState); in GetWindowDrawingContentChangeInfo()
7721 bool SceneSessionManager::GetPreWindowDrawingState(uint64_t windowId, int32_t& pid, bool currentDrawingContentState) in GetPreWindowDrawingState() argument
7730 session->SetDrawingContentState(currentDrawingContentState); in GetPreWindowDrawingState()
7734 bool SceneSessionManager::GetProcessDrawingState(uint64_t windowId, int32_t pid, bool currentDrawingContentState) in GetProcessDrawingState() argument

Completed in 23 milliseconds