Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h47 std::string secondHandNightSrc_; member
146 secondHandNightSrc_ = ParseImageSrc(secondHandNightSrc); in SetSecondHandNightSrc()
151 return secondHandNightSrc_; in GetSecondHandNightSrc()
283 std::string secondHandNightSrc_; variable
H A Dclock_declaration.cpp110 secondHandNightSrc_ = ParseImageSrc(clockConfig.secondHandNightSrc_); in SetClockConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.cpp128 secondHandNightSrc_ = declaration_->GetSecondHandNightSrc(); in Update()
195 UpdateRenderImage(renderSecondHand_, secondHandNightSrc_); in UseNightConfig()
205 UseDaySourceIfEmpty(declaration_->GetSecondHandSrc(), secondHandNightSrc_); in CheckNightConfig()
H A Drender_clock.h130 std::string secondHandNightSrc_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_clock_bridge.cpp95 clockBridge.clockConfig_.secondHandNightSrc_ = valStr; in ParseClockConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1838 clockConfig.secondHandNightSrc_ = valStr; in GetClockConfig()