Home
last modified time | relevance | path

Searched refs:GetRealParentId (Results 1 - 12 of 12) sorted by relevance

/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h469 int32_t GetRealParentId() const;
H A Dwindow.h2359 virtual int32_t GetRealParentId() const { return static_cast<int32_t>(INVALID_WINDOW_ID); } in GetRealParentId() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp441 EXPECT_EQ(114, option->GetRealParentId()); in HWTEST_F()
443 EXPECT_EQ(514, option->GetRealParentId()); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp277 int32_t WindowOption::GetRealParentId() const in GetRealParentId() function in OHOS::Rosen::WindowOption
H A Dwindow_extension_session_impl.cpp1205 int32_t WindowExtensionSessionImpl::GetRealParentId() const in GetRealParentId() function in OHOS::Rosen::WindowExtensionSessionImpl
1207 return property_->GetRealParentId(); in GetRealParentId()
H A Dwindow_session_impl.cpp188 property_->SetRealParentId(option->GetRealParentId()); in WindowSessionImpl()
/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h103 int32_t GetRealParentId() const override;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp248 * @tc.desc: SetRealParentId and GetRealParentId test
256 EXPECT_EQ(1919, property->GetRealParentId()); in HWTEST_F()
258 EXPECT_EQ(810, property->GetRealParentId()); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h207 int32_t GetRealParentId() const;
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp2021 * @tc.name: GetRealParentId
2022 * @tc.desc: GetRealParentId Test
2025 HWTEST_F(WindowExtensionSessionImplTest, GetRealParentId, Function | SmallTest | Level3) in HWTEST_F()
2029 EXPECT_EQ(window_->GetRealParentId(), 12345); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1506 int32_t WindowSessionProperty::GetRealParentId() const in GetRealParentId() function in OHOS::Rosen::WindowSessionProperty
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1905 auto realHostWindowId = window_->GetRealParentId(); in CommonInitialize()

Completed in 29 milliseconds