Searched refs:GetPreWindowDrawingState (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test4.cpp | 827 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 D | scene_session_manager.h | 873 bool GetPreWindowDrawingState(uint64_t windowId, int32_t& pid, bool currentDrawingContentState);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 8097 …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
|