Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Dclock_component.cpp78 void ClockComponent::SetMinuteHandNightSrc(const std::string& minuteHandNightSrc) in SetMinuteHandNightSrc() function in OHOS::Ace::ClockComponent
80 declaration_->SetMinuteHandNightSrc(minuteHandNightSrc); in SetMinuteHandNightSrc()
H A Dclock_component.h46 void SetMinuteHandNightSrc(const std::string& minuteHandNightSrc);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h124 void SetMinuteHandNightSrc(const std::string& minuteHandNightSrc) in SetMinuteHandNightSrc() function