Home
last modified time | relevance | path

Searched refs:SECURITY_UI_EXTENSION (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dconstants.h49 SECURITY_UI_EXTENSION, // security ui extension member in OHOS::Ace::UIContentType
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_ace_container.cpp90 aceContainer->SetUIContentType(UIContentType::SECURITY_UI_EXTENSION); in GetContainer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp147 if (container->GetUIContentType() == UIContentType::SECURITY_UI_EXTENSION) { in CheckConstraint()
148 PLATFORM_LOGE("Not allowed nesting in SECURITY_UI_EXTENSION."); in CheckConstraint()
H A Dui_extension_pattern.cpp272 if (container->GetUIContentType() == UIContentType::SECURITY_UI_EXTENSION) { in CheckConstraint()
273 UIEXT_LOGE("Not allowed nesting in SECURITY_UI_EXTENSION."); in CheckConstraint()
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp516 uiContent->SetUIContentType(Ace::UIContentType::SECURITY_UI_EXTENSION); in NapiSetUIContent()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp1782 container->uIContentType_ = UIContentType::SECURITY_UI_EXTENSION; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1933 if (container && container->GetUIContentType() == UIContentType::SECURITY_UI_EXTENSION) { in DispatchKeyboardShortcut()

Completed in 12 milliseconds