Home
last modified time | relevance | path

Searched refs:WINDOW_TYPE_TOAST (Results 1 - 23 of 23) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_zorder_policy.h61 { WindowType::WINDOW_TYPE_TOAST, 109 }, member in OHOS::Rosen::WindowZorderPolicy::WindowType
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.h88 { WindowType::WINDOW_TYPE_TOAST, JsSessionType::TYPE_TOAST }, member in OHOS::Rosen::WindowType
127 { JsSessionType::TYPE_TOAST, WindowType::WINDOW_TYPE_TOAST },
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsystem_session.cpp82 if (((type == WindowType::WINDOW_TYPE_TOAST) || (type == WindowType::WINDOW_TYPE_FLOAT)) && in Show()
313 type == WindowType::WINDOW_TYPE_SYSTEM_SUB_WINDOW || type == WindowType::WINDOW_TYPE_TOAST || in NeedSystemPermission()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp455 option->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
456 EXPECT_EQ(WindowType::WINDOW_TYPE_TOAST, option->GetParentWindowType()); in HWTEST_F()
H A Dwindow_impl_test5.cpp242 window->property_->SetWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
H A Dwindow_scene_session_impl_test.cpp375 ASSERT_FALSE(!windowSceneSession->IsValidSystemWindowType(WindowType::WINDOW_TYPE_TOAST)); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsystem_session_lifecycle_test.cpp102 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
H A Dscene_session_manager_supplement_test.cpp312 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
458 ssm_->NotifyCreateSpecificSession(sceneSession, property, WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
H A Dwindow_session_property_test.cpp287 property->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
288 EXPECT_EQ(WindowType::WINDOW_TYPE_TOAST, property->GetParentWindowType()); in HWTEST_F()
H A Dscene_session_manager_test5.cpp145 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
H A Dscene_session_manager_test7.cpp409 sceneSession->property_->SetWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
H A Dscene_session_manager_test.cpp1547 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp133 return Rosen::WindowType::WINDOW_TYPE_TOAST; in GetToastRosenType()
137 return Rosen::WindowType::WINDOW_TYPE_TOAST; in GetToastRosenType()
141 return Rosen::WindowType::WINDOW_TYPE_TOAST; in GetToastRosenType()
1194 IsSystemTopMost() ? Rosen::WindowType::WINDOW_TYPE_SYSTEM_TOAST : Rosen::WindowType::WINDOW_TYPE_TOAST; in InitToastDialogWindow()
1953 windowType == Rosen::WindowType::WINDOW_TYPE_TOAST; in IsToastSubWindow()
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_systemsubwindow_test.cpp46 WindowType::WINDOW_TYPE_TOAST,
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h57 WINDOW_TYPE_TOAST, member in OHOS::Rosen::WindowType
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h59 WINDOW_TYPE_TOAST, member in OHOS::Rosen::WindowType
/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()
2041 EXPECT_EQ(window_->GetParentWindowType(), WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp928 type == WindowType::WINDOW_TYPE_TOAST || type == WindowType::WINDOW_TYPE_DIALOG) { in CheckSystemWindowPermission()
H A Dwindow_root.cpp385 windowType == WindowType::WINDOW_TYPE_TOAST) { in CheckUnreliableWindowType()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp446 type == WindowType::WINDOW_TYPE_TOAST) { in CreateSystemWindow()
1311 case WindowType::WINDOW_TYPE_TOAST: in SetDefaultProperty()
H A Dwindow_impl.cpp3998 case WindowType::WINDOW_TYPE_TOAST: in SetDefaultOption()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp1613 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2854 if (type == WindowType::WINDOW_TYPE_TOAST) { in NotifyCreateSpecificSession()
3064 if (sceneSession->GetWindowType() == WindowType::WINDOW_TYPE_TOAST) { in DestroyAndDisconnectSpecificSessionInner()
7232 windowType == WindowType::WINDOW_TYPE_TOAST) { in CheckUnreliableWindowType()

Completed in 75 milliseconds