Home
last modified time | relevance | path

Searched refs:DEFAULT_XCOMPONENT_EVENT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.cpp26 AddSpecializedEvent(DeclarationConstants::DEFAULT_XCOMPONENT_EVENT); in InitSpecialized()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.h237 static const std::shared_ptr<XComponentEvent> DEFAULT_XCOMPONENT_EVENT; variable
H A Ddeclaration_constants.cpp269 const std::shared_ptr<XComponentEvent> DeclarationConstants::DEFAULT_XCOMPONENT_EVENT = member in OHOS::Ace::DeclarationConstants