Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp779 * @tc.name: GetPreWindowDrawingState
780 * @tc.desc: GetPreWindowDrawingState
783 HWTEST_F(SceneSessionManagerTest4, GetPreWindowDrawingState, Function | SmallTest | Level3) in HWTEST_F()
788 bool result = ssm_->GetPreWindowDrawingState(surfaceId, pid, true); in HWTEST_F()
801 result = ssm_->GetPreWindowDrawingState(surfaceId, pid, true); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h881 bool GetPreWindowDrawingState(uint64_t windowId, int32_t& pid, bool currentDrawingContentState);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp7708 if (GetPreWindowDrawingState(windowId, pid, currentDrawingContentState) == currentDrawingContentState) { in GetWindowDrawingContentChangeInfo()
7721 bool SceneSessionManager::GetPreWindowDrawingState(uint64_t windowId, int32_t& pid, bool currentDrawingContentState) in GetPreWindowDrawingState() function in OHOS::Rosen::SceneSessionManager

Completed in 32 milliseconds