Home
last modified time | relevance | path

Searched refs:UIContentType (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dconstants.h44 enum class UIContentType { class
H A Dui_content.h158 virtual void SetUIContentType(UIContentType uIContentType) {}; in SetUIContentType()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h592 UIContentType GetUIContentType() const in GetUIContentType()
597 void SetUIContentType(UIContentType uIContentType) in SetUIContentType()
648 UIContentType uIContentType_ = UIContentType::UNDEFINED;
H A Devent_manager.cpp1933 if (container && container->GetUIContentType() == UIContentType::SECURITY_UI_EXTENSION) { in DispatchKeyboardShortcut()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_ace_container.cpp88 aceContainer->SetUIContentType(UIContentType::UNDEFINED); in GetContainer()
90 aceContainer->SetUIContentType(UIContentType::SECURITY_UI_EXTENSION); in GetContainer()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h81 void SetUIContentType(UIContentType uIContentType) override;
421 UIContentType uIContentType_ = UIContentType::UNDEFINED;
H A Dui_content_impl.cpp2673 void UIContentImpl::SetUIContentType(UIContentType uIContentType) in SetUIContentType()
/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()
H A Dui_extension_pattern.cpp272 if (container->GetUIContentType() == UIContentType::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()

Completed in 22 milliseconds