Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_multi_ability_test.cpp70 sptr<WindowScene> scene2 = Utils::CreateWindowScene(); variable
77 ASSERT_EQ(WMError::WM_OK, scene2->GoForeground());
83 ASSERT_NE(WMError::WM_OK, scene2->GoForeground());
92 ASSERT_EQ(WMError::WM_OK, scene2->GoBackground());
98 ASSERT_NE(WMError::WM_OK, scene2->GoBackground());
103 ASSERT_EQ(WMError::WM_OK, scene2->GoDestroy());
109 ASSERT_NE(WMError::WM_OK, scene2->GoDestroy());
152 ASSERT_EQ(WMError::WM_OK, scene2->GoDestroy());
154 ASSERT_NE(WMError::WM_OK, scene2->GoDestroy());
258 ASSERT_EQ(WMError::WM_OK, scene2->GoDestroy());
[all …]