Searched refs:GetProcessDrawingState (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 | 792 HWTEST_F(SceneSessionManagerTest4, GetProcessDrawingState, Function | SmallTest | Level3) 818 auto result = ssm_->GetProcessDrawingState(windowId, pid, currentDrawingContentState);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 874 bool GetProcessDrawingState(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 | 8100 isChange = GetProcessDrawingState(windowId, pid, currentDrawingContentState); in GetWindowDrawingContentChangeInfo() 8122 bool SceneSessionManager::GetProcessDrawingState(uint64_t windowId, int32_t pid, bool currentDrawin… in GetProcessDrawingState() function in OHOS::Rosen::SceneSessionManager
|