Home
last modified time | relevance | path

Searched refs:COMMON_CROWN_EVENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Devent.h36 COMMON_CROWN_EVENT, enumerator
H A Ddeclaration_constants.cpp37 EventTag::COMMON_CROWN_EVENT };
H A Ddeclaration.cpp394 { EventTag::COMMON_CROWN_EVENT, in AddCommonEvent()
397 EventTag::COMMON_CROWN_EVENT, DeclarationConstants::DEFAULT_CROWN_EVENT); in AddCommonEvent()
1917 … auto& crownEvent = declaration.MaybeResetEvent<CommonCrownEvent>(EventTag::COMMON_CROWN_EVENT); in AddEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h124 … crownEvent = static_cast<CommonCrownEvent&>(declaration_->GetEvent(EventTag::COMMON_CROWN_EVENT)); in GetRotateId()