Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp444 HWTEST_F(WindowOptionTest, SetParentWindowType, Function | SmallTest | Level3)
448 option->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST);
450 option->SetParentWindowType(WindowType::WINDOW_TYPE_APP_COMPONENT);
H A Dwindow_extension_session_impl_test.cpp1835 window_->property_->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h280 void SetParentWindowType(WindowType parentWindowType);
/ohos5.0/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.cpp225 property_->SetParentWindowType(option->GetParentWindowType()); in WindowSessionImpl()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp278 HWTEST_F(WindowSessionPropertyTest, SetParentWindowType, Function | SmallTest | Level2)
282 property->SetParentWindowType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW);
284 property->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h210 void SetParentWindowType(WindowType parentWindowType);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1135 property->SetParentWindowType(static_cast<WindowType>(parcel.ReadUint32())); in Unmarshalling()
1562 void WindowSessionProperty::SetParentWindowType(WindowType parentWindowType) in SetParentWindowType() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.cpp509 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in HandleAutoFillCreate()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_base.cpp651 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in HandleSessionCreate()
H A Djs_ui_extension.cpp714 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in CreateUIWindow()