Home
last modified time | relevance | path

Searched refs:SECURITY_UI_EXTENSION (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dconstants.h49 SECURITY_UI_EXTENSION, // security ui extension enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_ui_extension_pattern.cpp161 if (container->GetUIContentType() == UIContentType::SECURITY_UI_EXTENSION) { in CheckConstraint()
H A Dui_extension_pattern.cpp314 if (container->GetUIContentType() == UIContentType::SECURITY_UI_EXTENSION) { in CheckConstraint()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp540 uiContent->SetUIContentType(Ace::UIContentType::SECURITY_UI_EXTENSION); in NapiSetUIContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1975 if (container && container->GetUIContentType() == UIContentType::SECURITY_UI_EXTENSION) { in DispatchKeyboardShortcut()