Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Dclock_component.cpp38 void ClockComponent::SetClockFaceNightSrc(const std::string& clockFaceNightSrc) in SetClockFaceNightSrc() argument
40 declaration_->SetClockFaceNightSrc(clockFaceNightSrc); in SetClockFaceNightSrc()
H A Dclock_component.h42 void SetClockFaceNightSrc(const std::string& clockFaceNightSrc);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h84 void SetClockFaceNightSrc(const std::string& clockFaceNightSrc) in SetClockFaceNightSrc() argument
86 clockFaceNightSrc_ = ParseImageSrc(clockFaceNightSrc); in SetClockFaceNightSrc()