Home
last modified time | relevance | path

Searched refs:OnNativeEmbedLifecycleChange (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h146 static void OnNativeEmbedLifecycleChange(const JSCallbackInfo& args);
H A Djs_web.cpp1977 JSClass<JSWeb>::StaticMethod("onNativeEmbedLifecycleChange", &JSWeb::OnNativeEmbedLifecycleChange); in JSBind()
4845 void JSWeb::OnNativeEmbedLifecycleChange(const JSCallbackInfo& args) in OnNativeEmbedLifecycleChange() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h166 ACE_WEB_EVENT_PROPERTY(OnNativeEmbedLifecycleChange, void);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h250 void OnNativeEmbedLifecycleChange(std::shared_ptr<NWeb::NWebNativeEmbedDataInfo> dataInfo) override;
H A Dweb_client_impl.cpp1017 void WebClientImpl::OnNativeEmbedLifecycleChange(std::shared_ptr<NWeb::NWebNativeEmbedDataInfo> dataInfo) in OnNativeEmbedLifecycleChange() function in OHOS::Ace::WebClientImpl
1022 delegate->OnNativeEmbedLifecycleChange(dataInfo); in OnNativeEmbedLifecycleChange()
H A Dweb_delegate.h947 void OnNativeEmbedLifecycleChange(std::shared_ptr<NWeb::NWebNativeEmbedDataInfo> dataInfo);
H A Dweb_delegate.cpp6451 void WebDelegate::OnNativeEmbedLifecycleChange(std::shared_ptr<OHOS::NWeb::NWebNativeEmbedDataInfo> dataInfo) in OnNativeEmbedLifecycleChange() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp1035 void WebDelegate::OnNativeEmbedLifecycleChange(std::shared_ptr<OHOS::NWeb::NWebNativeEmbedDataInfo> dataInfo) {} in OnNativeEmbedLifecycleChange() function in OHOS::Ace::WebDelegate

Completed in 39 milliseconds