Searched refs:GetProcessDrawingState (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test4.cpp | 744 * @tc.name: GetProcessDrawingState 745 * @tc.desc: GetProcessDrawingState 748 HWTEST_F(SceneSessionManagerTest4, GetProcessDrawingState, Function | SmallTest | Level3) in HWTEST_F() 774 auto result = ssm_->GetProcessDrawingState(windowId, pid, currentDrawingContentState); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 882 bool GetProcessDrawingState(uint64_t windowId, int32_t pid, bool currentDrawingContentState);
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 7711 isChange = GetProcessDrawingState(windowId, pid, currentDrawingContentState); in GetWindowDrawingContentChangeInfo() 7734 bool SceneSessionManager::GetProcessDrawingState(uint64_t windowId, int32_t pid, bool currentDrawingContentState) in GetProcessDrawingState() function in OHOS::Rosen::SceneSessionManager
|
Completed in 21 milliseconds