Home
last modified time | relevance | path

Searched refs:SetRemoteMessageEventId (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_span/
H A Dtext_span_component.h46 void SetRemoteMessageEventId(const EventMarker& eventId);
H A Dtext_span_component.cpp78 void TextSpanComponent::SetRemoteMessageEventId(const EventMarker& eventId) in SetRemoteMessageEventId() function in OHOS::Ace::TextSpanComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp189 void SwiperComponent::SetRemoteMessageEventId(const EventMarker& eventId) in SetRemoteMessageEventId() function in OHOS::Ace::SwiperComponent
191 declaration_->SetRemoteMessageEventId(eventId); in SetRemoteMessageEventId()
H A Dswiper_component.h116 void SetRemoteMessageEventId(const EventMarker& eventId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.h46 void SetRemoteMessageEventId(RemoteCallback&& remoteCallback) override;
H A Dswiper_model_impl.cpp225 void SwiperModelImpl::SetRemoteMessageEventId(RemoteCallback&& remoteCallback) in SetRemoteMessageEventId() function in OHOS::Ace::Framework::SwiperModelImpl
234 swiperComponent->SetRemoteMessageEventId(remoteMessageEventId); in SetRemoteMessageEventId()
H A Dbutton_model_impl.cpp392 buttonComponent->SetRemoteMessageEventId(remoteMessageEventId); in SetRemoteMessage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp290 void ButtonComponent::SetRemoteMessageEventId(const EventMarker& eventId) in SetRemoteMessageEventId() function in OHOS::Ace::ButtonComponent
292 declaration_->SetRemoteMessageEventId(eventId); in SetRemoteMessageEventId()
H A Dbutton_component.h101 void SetRemoteMessageEventId(const EventMarker& eventId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model.h126 virtual void SetRemoteMessageEventId(RemoteCallback&& remoteCallback);
H A Dswiper_model_ng.h60 void SetRemoteMessageEventId(RemoteCallback&& remoteCallback) override;
H A Dswiper_model_ng.cpp260 void SwiperModelNG::SetRemoteMessageEventId(RemoteCallback&& remoteCallback) {} in SetRemoteMessageEventId() function in OHOS::Ace::NG::SwiperModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h342 void SetRemoteMessageEventId(const EventMarker& eventId) in SetRemoteMessageEventId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_span.cpp287 textSpanComponent->SetRemoteMessageEventId(remoteMessageEventId); in JsRemoteMessage()
H A Djs_swiper.cpp112 SwiperModel::GetInstance()->SetRemoteMessageEventId(std::move(remoteCallback)); in JsRemoteMessage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h542 void SetRemoteMessageEventId(const EventMarker& eventId) in SetRemoteMessageEventId() function