Home
last modified time | relevance | path

Searched defs:clockConfig (Results 1 – 4 of 4) sorted by relevance

/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_clock.h37 void SetClockConfig(const ClockConfig& clockConfig) in SetClockConfig()
/foundation/ace/ace_engine/frameworks/core/components/declaration/clock/
Dclock_declaration.cpp97 void ClockDeclaration::SetClockConfig(const ClockConfig& clockConfig) in SetClockConfig()
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/
Djs_command.h141 void SetClockConfig(const ClockConfig& clockConfig) in SetClockConfig()
/foundation/ace/ace_engine/frameworks/bridge/card_frontend/
Djs_card_parser.cpp635 ClockConfig clockConfig; in ParseAttributes() local
1773 …ardParser::GetClockConfig(const std::unique_ptr<JsonValue>& jsonDataSets, ClockConfig& clockConfig) in GetClockConfig()