Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h873 bool GetPreWindowDrawingState(uint64_t windowId, int32_t& pid, bool currentDrawingContentState);
874 bool GetProcessDrawingState(uint64_t windowId, int32_t pid, bool currentDrawingContentState);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp797 bool currentDrawingContentState = true; variable
818 auto result = ssm_->GetProcessDrawingState(windowId, pid, currentDrawingContentState);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8094 bool currentDrawingContentState = data.second; in GetWindowDrawingContentChangeInfo() local
8097 …if (GetPreWindowDrawingState(windowId, pid, currentDrawingContentState) == currentDrawingContentSt… in GetWindowDrawingContentChangeInfo()
8100 isChange = GetProcessDrawingState(windowId, pid, currentDrawingContentState); in GetWindowDrawingContentChangeInfo()
8103 processDrawingContentChangeInfo.emplace_back(windowId, currentDrawingContentState); in GetWindowDrawingContentChangeInfo()
8109 …Manager::GetPreWindowDrawingState(uint64_t windowId, int32_t& pid, bool currentDrawingContentState) in GetPreWindowDrawingState() argument
8118 session->SetDrawingContentState(currentDrawingContentState); in GetPreWindowDrawingState()
8122 …ionManager::GetProcessDrawingState(uint64_t windowId, int32_t pid, bool currentDrawingContentState) in GetProcessDrawingState() argument