Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Dclock_component.cpp58 void ClockComponent::SetHourHandNightSrc(const std::string& hourHandNightSrc) in SetHourHandNightSrc() function in OHOS::Ace::ClockComponent
60 declaration_->SetHourHandNightSrc(hourHandNightSrc); in SetHourHandNightSrc()
H A Dclock_component.h44 void SetHourHandNightSrc(const std::string& hourHandNightSrc);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h104 void SetHourHandNightSrc(const std::string& hourHandNightSrc) in SetHourHandNightSrc() function