Home
last modified time | relevance | path

Searched refs:SetRealParentId (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp436 HWTEST_F(WindowOptionTest, SetRealParentId, Function | SmallTest | Level3) in HWTEST_F()
440 option->SetRealParentId(114); in HWTEST_F()
442 option->SetRealParentId(514); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h273 void SetRealParentId(int32_t realParentId);
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp272 void WindowOption::SetRealParentId(int32_t realParentId) in SetRealParentId() function in OHOS::Rosen::WindowOption
H A Dwindow_session_impl.cpp188 property_->SetRealParentId(option->GetRealParentId()); in WindowSessionImpl()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp248 * @tc.desc: SetRealParentId and GetRealParentId test
255 property->SetRealParentId(1919); in HWTEST_F()
257 property->SetRealParentId(810); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h206 void SetRealParentId(int32_t realParentId);
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.cpp499 option->SetRealParentId(sessionInfo->realHostWindowId); in HandleAutoFillCreate()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1115 property->SetRealParentId(parcel.ReadInt32()); in Unmarshalling()
1501 void WindowSessionProperty::SetRealParentId(int32_t realParentId) in SetRealParentId() function in OHOS::Rosen::WindowSessionProperty
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp708 option->SetRealParentId(sessionInfo->realHostWindowId); in CreateUIWindow()
H A Djs_ui_extension_base.cpp653 option->SetRealParentId(sessionInfo->realHostWindowId); in HandleSessionCreate()
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp2028 window_->property_->SetRealParentId(12345); in HWTEST_F()

Completed in 24 milliseconds