Home
last modified time | relevance | path

Searched refs:ComponentExcepType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.cpp274 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in ResetInitializedStyle()
681 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in CallSpecializedMethod()
693 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in ExpandGroup()
719 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in ScrollToMethod()
724 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in ScrollToMethod()
733 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in ScrollByMethod()
738 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in ScrollByMethod()
747 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in ScrollArrowMethod()
752 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in ScrollArrowMethod()
761 EventReport::SendComponentException(ComponentExcepType::LIST_COMPONENT_ERR); in ScrollToEdgeMethod()
[all …]
H A Ddom_list_item_group.cpp63 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in SetCardThemeAttrs()
177 EventReport::SendComponentException(ComponentExcepType::LIST_ITEM_ERR); in ResetInitializedStyle()
H A Ddom_marquee.cpp50 EventReport::SendComponentException(ComponentExcepType::MARQUEE_ERR); in CallSpecializedMethod()
H A Ddom_list_item.cpp38 EventReport::SendComponentException(ComponentExcepType::LIST_ITEM_ERR); in SetSpecializedAttr()
93 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in SetCardThemeAttrs()
H A Ddom_dialog.cpp167 EventReport::SendComponentException(ComponentExcepType::DIALOG_EVENT_ERR); in AddSpecializedEvent()
H A Ddom_navigation_bar.cpp107 EventReport::SendComponentException(ComponentExcepType::NAVIGATION_BAR_ERR); in CallSpecializedMethod()
H A Ddom_document.cpp450 EventReport::SendComponentException(ComponentExcepType::SET_ROOT_DOM_NODE_ERR); in SetUpRootComponent()
H A Ddom_div.cpp449 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in SetCardThemeAttrs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.cpp92 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in TouchDownAnimation()
105 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in TouchUpAnimation()
117 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in CancelTouchAnimation()
185 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in BuildClickAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Devent_report.h66 enum class ComponentExcepType { enum
176 static void SendComponentException(ComponentExcepType type);
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_event_report.cpp29 void EventReport::SendComponentException(ComponentExcepType type) {} in SendComponentException()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.cpp40 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Devent_report.cpp26 void EventReport::SendComponentException(ComponentExcepType type) {} in SendComponentException()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp248 EventReport::SendComponentException(ComponentExcepType::BUTTON_COMPONENT_ERR); in CallSpecializedMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp61 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in Update()
H A Drender_picker_column.cpp40 EventReport::SendComponentException(ComponentExcepType::GET_THEME_ERR); in Update()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp168 void EventReport::SendComponentException(ComponentExcepType type) in SendComponentException()