Home
last modified time | relevance | path

Searched refs:ClosePipWindowIfExist (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_supplement_test.cpp269 HWTEST_F(SceneSessionManagerSupplementTest, ClosePipWindowIfExist, Function | SmallTest | Level3)
272 ssm_->ClosePipWindowIfExist(WindowType::WINDOW_TYPE_SYSTEM_ALARM_WINDOW);
273 ssm_->ClosePipWindowIfExist(WindowType::WINDOW_TYPE_PIP);
285 ssm_->ClosePipWindowIfExist(WindowType::WINDOW_TYPE_PIP);
H A Dscene_session_manager_test2.cpp1982 HWTEST_F(SceneSessionManagerTest2, ClosePipWindowIfExist, Function | SmallTest | Level3)
1986 ssm_->ClosePipWindowIfExist(WindowType::WINDOW_TYPE_PIP);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h673 void ClosePipWindowIfExist(WindowType type);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2714 ClosePipWindowIfExist(type); in CreateAndConnectSpecificSession()
2741 void SceneSessionManager::ClosePipWindowIfExist(WindowType type) in ClosePipWindowIfExist() function in OHOS::Rosen::SceneSessionManager
2949 ClosePipWindowIfExist(property->GetWindowType()); in RecoverAndConnectSpecificSession()