/foundation/window/window_manager/dm_lite/src/ |
H A D | display_lite.cpp | 92 sptr<CutoutInfo> DisplayLite::GetCutoutInfo() const
in GetCutoutInfo() function in OHOS::Rosen::DisplayLite 94 return SingletonContainer::Get<DisplayManagerAdapterLite>().GetCutoutInfo(GetId());
in GetCutoutInfo()
|
H A D | display_manager_adapter_lite.cpp | 142 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 D | screen_session_manager_lite.cpp | 152 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 D | screen_session_manager_lite_proxy_test.cpp | 153 * @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 D | screen_session_manager_lite_test.cpp | 160 * @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 D | display_lite.h | 69 sptr<CutoutInfo> GetCutoutInfo() const;
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_lite_proxy.h | 44 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) override;
|
H A D | screen_session_manager_lite_interface.h | 79 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) { return nullptr; } in GetCutoutInfo() function in OHOS::Rosen::IScreenSessionManagerLite
|
/foundation/window/window_manager/dm/src/ |
H A D | display.cpp | 204 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 D | display_manager_service_inner.cpp | 158 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 D | display_manager_service_inner_test.cpp | 192 * @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 D | display_cutout_controller_test.cpp | 83 * @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 D | display.h | 139 sptr<CutoutInfo> GetCutoutInfo() const;
|
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/ |
H A D | cj_display_impl.h | 44 RetStruct GetCutoutInfo();
|
H A D | cj_display_impl.cpp | 286 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 D | display.h | 132 sptr<CutoutInfo> GetCutoutInfo() const;
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service_inner.h | 52 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) const;
|
H A D | display_cutout_controller.h | 42 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager_lite.h | 49 sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId) override;
|
/foundation/window/window_manager/dm_lite/test/unittest/ |
H A D | display_lite_test.cpp | 233 * @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 D | display_manager_lite_proxy.h | 57 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
|
H A D | display_manager_adapter_lite.h | 63 virtual sptr<CutoutInfo> GetCutoutInfo(DisplayId displayId);
|
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display.h | 72 static napi_value GetCutoutInfo(napi_env env, napi_callback_info info);
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_lite_stub.cpp | 158 sptr<CutoutInfo> cutoutInfo = GetCutoutInfo(displayId); in HandleGetCutoutInfo()
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_test.cpp | 66 * @tc.desc: GetCutoutInfo with valid defaultDisplayId and return success 72 auto cutoutInfo = defaultDisplay_->GetCutoutInfo(); in HWTEST_F()
|