Searched refs:SetParentWindowType (Results 1 – 11 of 11) sorted by relevance
444 HWTEST_F(WindowOptionTest, SetParentWindowType, Function | SmallTest | Level3)448 option->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST);450 option->SetParentWindowType(WindowType::WINDOW_TYPE_APP_COMPONENT);
1835 window_->property_->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST);
280 void SetParentWindowType(WindowType parentWindowType);
282 void WindowOption::SetParentWindowType(WindowType parentWindowType) in SetParentWindowType() function in OHOS::Rosen::WindowOption
225 property_->SetParentWindowType(option->GetParentWindowType()); in WindowSessionImpl()
278 HWTEST_F(WindowSessionPropertyTest, SetParentWindowType, Function | SmallTest | Level2)282 property->SetParentWindowType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW);284 property->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST);
210 void SetParentWindowType(WindowType parentWindowType);
1135 property->SetParentWindowType(static_cast<WindowType>(parcel.ReadUint32())); in Unmarshalling()1562 void WindowSessionProperty::SetParentWindowType(WindowType parentWindowType) in SetParentWindowType() function in OHOS::Rosen::WindowSessionProperty
509 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in HandleAutoFillCreate()
651 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in HandleSessionCreate()
714 option->SetParentWindowType(static_cast<Rosen::WindowType>(sessionInfo->parentWindowType)); in CreateUIWindow()