Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp792 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 Dscene_session_manager.h874 bool GetProcessDrawingState(uint64_t windowId, int32_t pid, bool currentDrawingContentState);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8100 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