Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp827 HWTEST_F(SceneSessionManagerTest4, GetPreWindowDrawingState, Function | SmallTest | Level3)
832 bool result = ssm_->GetPreWindowDrawingState(surfaceId, pid, true);
845 result = ssm_->GetPreWindowDrawingState(surfaceId, pid, true);
/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);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8097 …if (GetPreWindowDrawingState(windowId, pid, currentDrawingContentState) == currentDrawingContentSt… in GetWindowDrawingContentChangeInfo()
8109 bool SceneSessionManager::GetPreWindowDrawingState(uint64_t windowId, int32_t& pid, bool currentDra… in GetPreWindowDrawingState() function in OHOS::Rosen::SceneSessionManager