Home
last modified time | relevance | path

Searched refs:GetRemoteMessageEventId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp184 const EventMarker& SwiperComponent::GetRemoteMessageEventId() const in GetRemoteMessageEventId() function in OHOS::Ace::SwiperComponent
186 return declaration_->GetRemoteMessageEventId(); in GetRemoteMessageEventId()
H A Dswiper_component.h115 const EventMarker& GetRemoteMessageEventId() const;
H A Drender_swiper.cpp210 swiper->GetRemoteMessageEventId(), context_); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp185 const EventMarker& ButtonComponent::GetRemoteMessageEventId() const in GetRemoteMessageEventId() function in OHOS::Ace::ButtonComponent
187 return declaration_->GetRemoteMessageEventId(); in GetRemoteMessageEventId()
H A Dbutton_component.h79 const EventMarker& GetRemoteMessageEventId() const;
H A Drender_button.cpp264 …AceAsyncEvent<void(const ClickInfo&)>::Create(buttonComponent_->GetRemoteMessageEventId(), context… in HandleRemoteMessageEvent()
276 …auto onRemoteMessage = AceAsyncEvent<void()>::Create(buttonComponent_->GetRemoteMessageEventId(), … in HandleRemoteMessageEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h336 const EventMarker& GetRemoteMessageEventId() const in GetRemoteMessageEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h309 const EventMarker& GetRemoteMessageEventId() const in GetRemoteMessageEventId() function