Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_multi_ability_test.cpp73 sptr<WindowScene> scene5 = Utils::CreateWindowScene(); variable
80 ASSERT_EQ(WMError::WM_OK, scene5->GoForeground());
86 ASSERT_NE(WMError::WM_OK, scene5->GoForeground());
89 ASSERT_EQ(WMError::WM_OK, scene5->GoBackground());
95 ASSERT_NE(WMError::WM_OK, scene5->GoBackground());
106 ASSERT_EQ(WMError::WM_OK, scene5->GoDestroy());
112 ASSERT_NE(WMError::WM_OK, scene5->GoDestroy());
206 ASSERT_EQ(WMError::WM_OK, scene5->GoDestroy());
208 ASSERT_NE(WMError::WM_OK, scene5->GoDestroy());
257 ASSERT_EQ(WMError::WM_OK, scene5->GoDestroy());
[all …]