Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
Dscreen_cutout_controller_test.cpp79 HWTEST_F(ScreenCutoutControllerTest, GetScreenCutoutInfo, Function | SmallTest | Level3)
82 ASSERT_NE(nullptr, controller->GetScreenCutoutInfo());
/foundation/window/window_manager/window_scene/session_manager/include/
Dscreen_cutout_controller.h35 sptr<CutoutInfo> GetScreenCutoutInfo();
/foundation/window/window_manager/window_scene/session_manager/src/
Dscreen_cutout_controller.cpp36 sptr<CutoutInfo> ScreenCutoutController::GetScreenCutoutInfo() in GetScreenCutoutInfo() function in OHOS::Rosen::ScreenCutoutController
Dscreen_session_manager.cpp1716 return screenCutoutController_ ? screenCutoutController_->GetScreenCutoutInfo() : nullptr; in GetCutoutInfo()