Home
last modified time | relevance | path

Searched refs:GoBackground (Results 1 - 25 of 47) sorted by relevance

12

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_multi_ability_test.cpp54 ASSERT_EQ(WMError::WM_OK, windowscene->GoBackground()); in DoSceneResource()
57 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, windowscene->GoBackground()); in DoSceneResource()
89 ASSERT_EQ(WMError::WM_OK, scene5->GoBackground()); in HWTEST_F()
90 ASSERT_EQ(WMError::WM_OK, scene4->GoBackground()); in HWTEST_F()
91 ASSERT_EQ(WMError::WM_OK, scene3->GoBackground()); in HWTEST_F()
92 ASSERT_EQ(WMError::WM_OK, scene2->GoBackground()); in HWTEST_F()
93 ASSERT_EQ(WMError::WM_OK, scene1->GoBackground()); in HWTEST_F()
95 ASSERT_NE(WMError::WM_OK, scene5->GoBackground()); in HWTEST_F()
96 ASSERT_NE(WMError::WM_OK, scene4->GoBackground()); in HWTEST_F()
97 ASSERT_NE(WMError::WM_OK, scene3->GoBackground()); in HWTEST_F()
[all...]
H A Dwindow_subwindow_test.cpp99 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
127 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
155 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
183 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
216 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
249 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
259 * @tc.desc: FullScreen Main Window + Floating SubWindow & MainWindow First GoBackground
277 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
326 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
417 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
[all...]
H A Dwindow_dialogwindow_test.cpp100 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
130 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
162 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
199 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
205 * @tc.desc: FullScreen Main Window + dialogWindow & MainWindow First GoBackground
223 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
252 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
H A Dwindow_app_floating_window_test.cpp224 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
285 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
314 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
353 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
H A Dwindow_system_toast_test.cpp192 ASSERT_EQ(WMError::WM_OK, scene->GoBackground()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_ui_director_test.cpp451 director->GoBackground(); in HWTEST_F()
465 director->GoBackground(); in HWTEST_F()
468 director->GoBackground(); in HWTEST_F()
476 director->GoBackground(); in HWTEST_F()
477 director->GoBackground(); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp263 GSError BufferQueueConsumer::GoBackground() in GoBackground() function in OHOS::BufferQueueConsumer
268 return bufferQueue_->GoBackground(); in GoBackground()
H A Dconsumer_surface.cpp383 GSError ConsumerSurface::GoBackground() in GoBackground() function in OHOS::ConsumerSurface
389 BLOGD("GoBackground, uniqueId: %{public}" PRIu64 ".", uniqueId_); in GoBackground()
391 return consumer_->GoBackground(); in GoBackground()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_scene.h109 WMError GoBackground(uint32_t reason = 0);
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue_consumer.h66 GSError GoBackground();
H A Dbuffer_client_producer.h80 GSError GoBackground() override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_gl.cpp135 producer_->GoBackground(); in ClearBuffer()
H A Drs_surface_ohos_raster.cpp113 producer_->GoBackground(); in ClearBuffer()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.h38 void GoBackground(bool isTextureExport = false);
H A Drs_ui_director.cpp145 void RSUIDirector::GoBackground(bool isTextureExport) in GoBackground() function in OHOS::Rosen::RSUIDirector
147 ROSEN_LOGD("RSUIDirector::GoBackground"); in GoBackground()
198 GoBackground(isTextureExport); in Destroy()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_window.cpp91 windowScene_->GoBackground(sceneFlag); in OnPostAbilityBackground()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_dma_buffer_surface_render_node_drawable.cpp203 consumer->GoBackground(); in ClearBufferQueue()
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp157 cSurface->GoBackground(); in SurfaceFuzzTest3()
180 pSurface->GoBackground(); in SurfaceFuzzTest1()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h83 virtual GSError GoBackground() = 0;
H A Dsurface.h90 virtual GSError GoBackground() = 0;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_test.cpp446 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, scene->GoBackground()); in HWTEST_F()
464 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, scene->GoBackground(reason)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp179 rsUIDirector_->GoBackground(); in OnHide()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp170 bufferqueue->GoBackground(); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp177 bqp->GoBackground(); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp253 ASSERT_EQ(consumer->GoBackground(), OHOS::GSERROR_INVALID_ARGUMENTS); in HWTEST_F()

Completed in 14 milliseconds

12