Home
last modified time | relevance | path

Searched refs:GetCutoutInfo (Results 1 - 25 of 53) sorted by relevance

123

/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_lite.cpp92 sptr<CutoutInfo> DisplayLite::GetCutoutInfo() const in GetCutoutInfo() function in OHOS::Rosen::DisplayLite
94 return SingletonContainer::Get<DisplayManagerAdapterLite>().GetCutoutInfo(GetId()); in GetCutoutInfo()
H A Ddisplay_manager_adapter_lite.cpp142 sptr<CutoutInfo> DisplayManagerAdapterLite::GetCutoutInfo(DisplayId displayId) in GetCutoutInfo() function in OHOS::Rosen::DisplayManagerAdapterLite
149 return displayManagerServiceProxy_->GetCutoutInfo(displayId); in GetCutoutInfo()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_lite.cpp152 sptr<CutoutInfo> ScreenSessionManagerLite::GetCutoutInfo(DisplayId displayId) in GetCutoutInfo() function in OHOS::Rosen::ScreenSessionManagerLite
156 return screenSessionManager_->GetCutoutInfo(displayId); in GetCutoutInfo()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_lite_proxy_test.cpp153 * @tc.name: GetCutoutInfo
154 * @tc.desc: GetCutoutInfo
157 HWTEST_F(ScreenSessionManagerLiteProxyTest, GetCutoutInfo, Function | SmallTest | Level1) in HWTEST_F()
160 auto res = screenSessionManagerLiteProxy_->GetCutoutInfo(displayId); in HWTEST_F()
H A Dscreen_session_manager_lite_test.cpp160 * @tc.name: GetCutoutInfo
161 * @tc.desc: GetCutoutInfo
164 HWTEST_F(ScreenSessionManagerLiteTest, GetCutoutInfo, Function | SmallTest | Level3) in HWTEST_F()
168 sptr<CutoutInfo> ret = screenSessionManagerLite.GetCutoutInfo(displayId); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H A Ddisplay_lite.h69 sptr<CutoutInfo> GetCutoutInfo() const;
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_lite_proxy.h44 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) override;
H A Dscreen_session_manager_lite_interface.h79 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) { return nullptr; } in GetCutoutInfo() function in OHOS::Rosen::IScreenSessionManagerLite
/foundation/window/window_manager/dm/src/
H A Ddisplay.cpp204 sptr<CutoutInfo> Display::GetCutoutInfo() const in GetCutoutInfo() function in OHOS::Rosen::Display
206 return SingletonContainer::Get<DisplayManagerAdapter>().GetCutoutInfo(GetId()); in GetCutoutInfo()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp158 sptr<CutoutInfo> DisplayManagerServiceInner::GetCutoutInfo(DisplayId displayId) const in GetCutoutInfo() function in OHOS::Rosen::DisplayManagerServiceInner
160 return DisplayManagerService::GetInstance().GetCutoutInfo(displayId); in GetCutoutInfo()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp192 * @tc.name: GetCutoutInfo
193 * @tc.desc: test function : GetCutoutInfo
196 HWTEST_F(DisplayManagerServiceInnerTest, GetCutoutInfo, Function | SmallTest | Level1) in HWTEST_F()
200 auto ret = inner.GetCutoutInfo(displayId); in HWTEST_F()
H A Ddisplay_cutout_controller_test.cpp83 * @tc.name: GetCutoutInfo
84 * @tc.desc: GetCutoutInfo
87 HWTEST_F(DisplayCutoutControllerTest, GetCutoutInfo, Function | SmallTest | Level1) in HWTEST_F()
94 sptr<CutoutInfo> cutoutInfo = controller->GetCutoutInfo(displayId); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay.h139 sptr<CutoutInfo> GetCutoutInfo() const;
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.h44 RetStruct GetCutoutInfo();
H A Dcj_display_impl.cpp286 RetStruct DisplayImpl::GetCutoutInfo() in GetCutoutInfo() function in OHOS::Rosen::DisplayImpl
289 sptr<CutoutInfo> cutoutInfo = display_->GetCutoutInfo(); in GetCutoutInfo()
/foundation/window/window_manager/previewer/include/
H A Ddisplay.h132 sptr<CutoutInfo> GetCutoutInfo() const;
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h52 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) const;
H A Ddisplay_cutout_controller.h42 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_lite.h49 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) override;
/foundation/window/window_manager/dm_lite/test/unittest/
H A Ddisplay_lite_test.cpp233 * @tc.name: GetCutoutInfo
238 HWTEST_F(DisplayTestLite, GetCutoutInfo, Function | SmallTest | Level1) in HWTEST_F()
240 GTEST_LOG_(INFO) << "DisplayLite::GetCutoutInfo start"; in HWTEST_F()
243 sptr<CutoutInfo> info = display->GetCutoutInfo(); in HWTEST_F()
245 GTEST_LOG_(INFO) << "DisplayLite::GetCutoutInfo end"; in HWTEST_F()
/foundation/window/window_manager/dm_lite/include/
H A Ddisplay_manager_lite_proxy.h57 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
H A Ddisplay_manager_adapter_lite.h63 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.h72 static napi_value GetCutoutInfo(napi_env env, napi_callback_info info);
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_lite_stub.cpp158 sptr<CutoutInfo> cutoutInfo = GetCutoutInfo(displayId); in HandleGetCutoutInfo()
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_test.cpp66 * @tc.desc: GetCutoutInfo with valid defaultDisplayId and return success
72 auto cutoutInfo = defaultDisplay_->GetCutoutInfo(); in HWTEST_F()

Completed in 11 milliseconds

123