Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_clock_bridge.h31 const ClockConfig& GetClockConfig() const in GetClockConfig() function
H A Djsi_engine.cpp359 command.SetClockConfig(clockBridge->GetClockConfig()); in SetDomAttributesWithObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h182 void GetClockConfig(const std::unique_ptr<JsonValue>& jsonDataSets, ClockConfig& clockConfig);
H A Djs_card_parser.cpp637 … std::bind(&JsCardParser::GetClockConfig, &jsCardParser, std::placeholders::_1, in ParseAttributes()
1761 void JsCardParser::GetClockConfig(const std::unique_ptr<JsonValue>& jsonDataSets, ClockConfig& cloc… in GetClockConfig() function in OHOS::Ace::Framework::JsCardParser