Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp684 sptr<SceneSession> floatSession; variable
685 floatSession = new (std::nothrow) SceneSession(info, nullptr);
686 EXPECT_NE(floatSession, nullptr);
688 …>nonSystemFloatSceneSessionMap_.insert(std::make_pair(floatSession->GetPersistentId(), floatSessio…
694 EXPECT_TRUE(floatSession->GetSessionProperty()->GetForceHide());
698 EXPECT_TRUE(floatSession->GetSessionProperty()->GetForceHide());
772 sptr<SceneSession> floatSession; variable
773 floatSession = new (std::nothrow) SceneSession(info, nullptr);
774 ASSERT_NE(floatSession, nullptr);
775 ASSERT_NE(floatSession->GetSessionProperty(), nullptr);
[all …]