Searched refs:GetScreenCutoutInfo (Results 1 – 4 of 4) sorted by relevance
79 HWTEST_F(ScreenCutoutControllerTest, GetScreenCutoutInfo, Function | SmallTest | Level3)82 ASSERT_NE(nullptr, controller->GetScreenCutoutInfo());
35 sptr<CutoutInfo> GetScreenCutoutInfo();
36 sptr<CutoutInfo> ScreenCutoutController::GetScreenCutoutInfo() in GetScreenCutoutInfo() function in OHOS::Rosen::ScreenCutoutController
1716 return screenCutoutController_ ? screenCutoutController_->GetScreenCutoutInfo() : nullptr; in GetCutoutInfo()