Home
last modified time | relevance | path

Searched refs:TextClockComponent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Dtext_clock_component.cpp22 RefPtr<Element> TextClockComponent::CreateElement() in CreateElement()
27 RefPtr<RenderNode> TextClockComponent::CreateRenderNode() in CreateRenderNode()
32 void TextClockComponent::SetHoursWest(int32_t hoursWest) in SetHoursWest()
37 int32_t TextClockComponent::GetHoursWest() const in GetHoursWest()
42 void TextClockComponent::SetFormat(const std::string& format) in SetFormat()
47 std::string TextClockComponent::GetFormat() const in GetFormat()
52 void TextClockComponent::SetTextClockController(RefPtr<TextClockController> textClockController) in SetTextClockController()
57 RefPtr<TextClockController> TextClockComponent::GetTextClockController() const in GetTextClockController()
H A Dtext_clock_component.h31 class ACE_EXPORT TextClockComponent : public TextComponentV2 {
32 DECLARE_ACE_TYPE(TextClockComponent, TextComponentV2);
35 explicit TextClockComponent(const std::string& data) : TextComponentV2(data) {} in TextClockComponent() function
36 ~TextClockComponent() override = default;
H A Drender_text_clock.h48 RefPtr<TextClockComponent> GetTextClockComponent() in GetTextClockComponent()
77 RefPtr<TextClockComponent> textClockComponent_;
H A Drender_text_clock.cpp41 textClockComponent_ = AceType::DynamicCast<TextClockComponent>(component); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_clock_model_impl.cpp23 auto clockComponent = AceType::MakeRefPtr<TextClockComponent>(std::string("")); in Create()
109 RefPtr<TextClockComponent> TextClockModelImpl::GetComponent() in GetComponent()
115 auto component = AceType::DynamicCast<TextClockComponent>(stack->GetMainComponent()); in GetComponent()
H A Dtext_clock_model_impl.h41 static RefPtr<TextClockComponent> GetComponent();