Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp447 * @tc.name: SetParentWindowType
448 * @tc.desc: SetParentWindowType setter and getter test
451 HWTEST_F(WindowOptionTest, SetParentWindowType, Function | SmallTest | Level3) in HWTEST_F()
455 option->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
457 option->SetParentWindowType(WindowType::WINDOW_TYPE_APP_COMPONENT); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h280 void SetParentWindowType(WindowType parentWindowType);
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp282 void WindowOption::SetParentWindowType(WindowType parentWindowType) in SetParentWindowType() function in OHOS::Rosen::WindowOption
H A Dwindow_session_impl.cpp189 property_->SetParentWindowType(option->GetParentWindowType()); in WindowSessionImpl()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp277 * @tc.name: SetParentWindowType
278 * @tc.desc: SetParentWindowType and GetParentWindowType test
281 HWTEST_F(WindowSessionPropertyTest, SetParentWindowType, Function | SmallTest | Level2) in HWTEST_F()
285 property->SetParentWindowType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW); in HWTEST_F()
287 property->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h214 void SetParentWindowType(WindowType parentWindowType);
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.cpp500 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in HandleAutoFillCreate()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1119 property->SetParentWindowType(static_cast<WindowType>(parcel.ReadUint32())); in Unmarshalling()
1551 void WindowSessionProperty::SetParentWindowType(WindowType parentWindowType) in SetParentWindowType() function in OHOS::Rosen::WindowSessionProperty
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp709 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in CreateUIWindow()
H A Djs_ui_extension_base.cpp654 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in HandleSessionCreate()
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp2040 window_->property_->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()

Completed in 22 milliseconds