Searched refs:scene1 (Results 1 – 1 of 1) sorted by relevance
69 sptr<WindowScene> scene1 = Utils::CreateWindowScene(); variable76 ASSERT_EQ(WMError::WM_OK, scene1->GoForeground());82 ASSERT_NE(WMError::WM_OK, scene1->GoForeground());93 ASSERT_EQ(WMError::WM_OK, scene1->GoBackground());99 ASSERT_NE(WMError::WM_OK, scene1->GoBackground());102 ASSERT_EQ(WMError::WM_OK, scene1->GoDestroy());108 ASSERT_NE(WMError::WM_OK, scene1->GoDestroy());123 sptr<WindowScene> scene1 = Utils::CreateWindowScene(); variable136 ASSERT_EQ(WMError::WM_OK, scene1->GoDestroy());138 ASSERT_NE(WMError::WM_OK, scene1->GoDestroy());[all …]