Home
last modified time | relevance | path

Searched refs:WINDOW_TYPE_TOAST (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_zorder_policy.h61 { WindowType::WINDOW_TYPE_TOAST, 109 },
/ohos5.0/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 },
127 … { JsSessionType::TYPE_TOAST, WindowType::WINDOW_TYPE_TOAST },
/ohos5.0/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()
296 … type == WindowType::WINDOW_TYPE_SYSTEM_SUB_WINDOW || type == WindowType::WINDOW_TYPE_TOAST || in NeedSystemPermission()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_option_test.cpp448 option->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST);
449 EXPECT_EQ(WindowType::WINDOW_TYPE_TOAST, option->GetParentWindowType());
H A Dwindow_extension_session_impl_test.cpp1835 window_->property_->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST);
1836 EXPECT_EQ(window_->GetParentWindowType(), WindowType::WINDOW_TYPE_TOAST);
H A Dwindow_impl_test5.cpp242 window->property_->SetWindowType(WindowType::WINDOW_TYPE_TOAST);
H A Dwindow_scene_session_impl_test.cpp417 ASSERT_FALSE(!windowSceneSession->IsValidSystemWindowType(WindowType::WINDOW_TYPE_TOAST));
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsystem_session_lifecycle_test.cpp102 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST);
H A Dscene_session_manager_supplement_test.cpp312 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST);
458 ssm_->NotifyCreateSpecificSession(sceneSession, property, WindowType::WINDOW_TYPE_TOAST);
H A Dwindow_session_property_test.cpp284 property->SetParentWindowType(WindowType::WINDOW_TYPE_TOAST);
285 EXPECT_EQ(WindowType::WINDOW_TYPE_TOAST, property->GetParentWindowType());
H A Dscene_session_manager_test5.cpp143 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST);
H A Dscene_session_manager_test7.cpp409 sceneSession->property_->SetWindowType(WindowType::WINDOW_TYPE_TOAST);
H A Dscene_session_manager_test.cpp1414 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST);
/ohos5.0/foundation/graphic/graphic_2d/
H A Ddefault.scss182 #WINDOW_TYPE_TOAST {
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_systemsubwindow_test.cpp154 WindowType::WINDOW_TYPE_TOAST,
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp125 return Rosen::WindowType::WINDOW_TYPE_TOAST; in GetToastRosenType()
129 return Rosen::WindowType::WINDOW_TYPE_TOAST; in GetToastRosenType()
133 return Rosen::WindowType::WINDOW_TYPE_TOAST; in GetToastRosenType()
1182 …stemTopMost() ? Rosen::WindowType::WINDOW_TYPE_SYSTEM_TOAST : Rosen::WindowType::WINDOW_TYPE_TOAST; in InitToastDialogWindow()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwm_common.h57 WINDOW_TYPE_TOAST, enumerator
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h58 WINDOW_TYPE_TOAST, enumerator
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp925 type == WindowType::WINDOW_TYPE_TOAST || type == WindowType::WINDOW_TYPE_DIALOG) { in CheckSystemWindowPermission()
H A Dwindow_root.cpp385 windowType == WindowType::WINDOW_TYPE_TOAST) { in CheckUnreliableWindowType()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp402 (type == WindowType::WINDOW_TYPE_TOAST)) { in CreateSystemWindow()
1315 case WindowType::WINDOW_TYPE_TOAST: in SetDefaultProperty()
H A Dwindow_impl.cpp4040 case WindowType::WINDOW_TYPE_TOAST: in SetDefaultOption()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp1611 property->SetWindowType(WindowType::WINDOW_TYPE_TOAST);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3150 if (type == WindowType::WINDOW_TYPE_TOAST) { in NotifyCreateSpecificSession()
3378 if (sceneSession->GetWindowType() == WindowType::WINDOW_TYPE_TOAST) { in DestroyAndDisconnectSpecificSessionInner()
7550 windowType == WindowType::WINDOW_TYPE_TOAST) { in CheckUnreliableWindowType()