Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h1046 void SetNativeEmbedLifecycleChangeId(const EventMarker& embedLifecycleChangeId) in SetNativeEmbedLifecycleChangeId() function
1049 declaration_->SetNativeEmbedLifecycleChangeId(embedLifecycleChangeId); in SetNativeEmbedLifecycleChangeId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h111 …void SetNativeEmbedLifecycleChangeId(std::function<void(const BaseEventInfo* info)>&& jsCallback) …
H A Dweb_model_impl.cpp600 void WebModelImpl::SetNativeEmbedLifecycleChangeId(std::function<void(const BaseEventInfo* info)>&&… in SetNativeEmbedLifecycleChangeId() function in OHOS::Ace::Framework::WebModelImpl
606 webComponent->SetNativeEmbedLifecycleChangeId(eventMarker); in SetNativeEmbedLifecycleChangeId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.h339 void SetNativeEmbedLifecycleChangeId(const EventMarker& embedLifecycleChangeId) in SetNativeEmbedLifecycleChangeId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h162 …virtual void SetNativeEmbedLifecycleChangeId(std::function<void(const BaseEventInfo* info)>&& jsCa…
H A Dweb_model_ng.h169 …void SetNativeEmbedLifecycleChangeId(std::function<void(const BaseEventInfo* info)>&& jsCallback) …
H A Dweb_model_ng.cpp1017 void WebModelNG::SetNativeEmbedLifecycleChangeId(std::function<void(const BaseEventInfo* info)>&& j… in SetNativeEmbedLifecycleChangeId() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4684 WebModel::GetInstance()->SetNativeEmbedLifecycleChangeId(jsCallback); in OnNativeEmbedLifecycleChange()