Home
last modified time | relevance | path

Searched defs:DEFAULT_CLOCK_EVENT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp264 const std::shared_ptr<ClockEvent> DeclarationConstants::DEFAULT_CLOCK_EVENT = std::make_shared<Cloc… member in OHOS::Ace::DeclarationConstants
H A Ddeclaration_constants.h233 static const std::shared_ptr<ClockEvent> DEFAULT_CLOCK_EVENT; variable