Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Dclock_component.cpp193 const EventMarker& ClockComponent::GetOnHourChangeEvent() const in GetOnHourChangeEvent() function in OHOS::Ace::ClockComponent
195 return declaration_->GetOnHourChangeEvent(); in GetOnHourChangeEvent()
H A Dclock_component.h74 const EventMarker& GetOnHourChangeEvent() const;
H A Drender_clock.cpp151 … AceAsyncEvent<void(const std::string&)>::Create(declaration_->GetOnHourChangeEvent(), context_)); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h246 const EventMarker& GetOnHourChangeEvent() const in GetOnHourChangeEvent() function