Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Dclock_component.cpp33 const std::string& ClockComponent::GetClockFaceSrc() const in GetClockFaceSrc() function in OHOS::Ace::ClockComponent
35 return declaration_->GetClockFaceSrc(); in GetClockFaceSrc()
H A Dclock_component.h58 const std::string& GetClockFaceSrc() const;
H A Drender_clock.cpp176 UpdateRenderImage(renderClockFace_, declaration_->GetClockFaceSrc()); in UseDayConfig()
202 UseDaySourceIfEmpty(declaration_->GetClockFaceSrc(), clockFaceNightSrc_); in CheckNightConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h79 const std::string& GetClockFaceSrc() const in GetClockFaceSrc() function