Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.cpp32 void UseDaySourceIfEmpty(const std::string& daySource, std::string& nightSource) in UseDaySourceIfEmpty() function
202 UseDaySourceIfEmpty(declaration_->GetClockFaceSrc(), clockFaceNightSrc_); in CheckNightConfig()
203 UseDaySourceIfEmpty(declaration_->GetHourHandSrc(), hourHandNightSrc_); in CheckNightConfig()
204 UseDaySourceIfEmpty(declaration_->GetMinuteHandSrc(), minuteHandNightSrc_); in CheckNightConfig()
205 UseDaySourceIfEmpty(declaration_->GetSecondHandSrc(), secondHandNightSrc_); in CheckNightConfig()