Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Dclock_component.cpp73 const std::string& ClockComponent::GetMinuteHandSrc() const in GetMinuteHandSrc() function in OHOS::Ace::ClockComponent
75 return declaration_->GetMinuteHandSrc(); in GetMinuteHandSrc()
H A Dclock_component.h62 const std::string& GetMinuteHandSrc() const;
H A Drender_clock.cpp180 UpdateRenderImage(renderMinuteHand_, declaration_->GetMinuteHandSrc()); in UseDayConfig()
204 UseDaySourceIfEmpty(declaration_->GetMinuteHandSrc(), minuteHandNightSrc_); in CheckNightConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h119 const std::string& GetMinuteHandSrc() const in GetMinuteHandSrc() function