Home
last modified time | relevance | path

Searched refs:minuteHandNightSrc_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h46 std::string minuteHandNightSrc_; member
126 minuteHandNightSrc_ = ParseImageSrc(minuteHandNightSrc); in SetMinuteHandNightSrc()
131 return minuteHandNightSrc_; in GetMinuteHandNightSrc()
282 std::string minuteHandNightSrc_; variable
H A Dclock_declaration.cpp109 minuteHandNightSrc_ = ParseImageSrc(clockConfig.minuteHandNightSrc_); in SetClockConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.cpp127 minuteHandNightSrc_ = declaration_->GetMinuteHandNightSrc(); in Update()
193 UpdateRenderImage(renderMinuteHand_, minuteHandNightSrc_); in UseNightConfig()
204 UseDaySourceIfEmpty(declaration_->GetMinuteHandSrc(), minuteHandNightSrc_); in CheckNightConfig()
H A Drender_clock.h129 std::string minuteHandNightSrc_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_clock_bridge.cpp87 clockBridge.clockConfig_.minuteHandNightSrc_ = valStr; in ParseClockConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1824 clockConfig.minuteHandNightSrc_ = valStr; in GetClockConfig()