Home
last modified time | relevance | path

Searched refs:NativeEmbedDataInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1844 class ACE_EXPORT NativeEmbedDataInfo : public BaseEventInfo {
1845 DECLARE_RELATIONSHIP_OF_CLASSES(NativeEmbedDataInfo, BaseEventInfo) in DECLARE_RELATIONSHIP_OF_CLASSES() argument
1848 NativeEmbedDataInfo(NativeEmbedStatus status, const std::string& surfaceId, in DECLARE_RELATIONSHIP_OF_CLASSES()
1852 ~NativeEmbedDataInfo() = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4626 JSRef<JSVal> EmbedLifecycleChangeToJSValue(const NativeEmbedDataInfo& eventInfo) in EmbedLifecycleChangeToJSValue()
4674 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<NativeEmbedDataInfo, 1>>( in OnNativeEmbedLifecycleChange()
4681 auto* eventInfo = TypeInfoHelper::DynamicCast<NativeEmbedDataInfo>(info); in OnNativeEmbedLifecycleChange()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5833 onNativeEmbedLifecycleChange(callback: (event: NativeEmbedDataInfo) => void)
5843 | callback | (event: [NativeEmbedDataInfo](#nativeembeddatainfo11)) => void | 是 | 同层标签生命周期变化时…
9263 ## NativeEmbedDataInfo<sup>11+</sup>
H A Djs-apis-webview.md15922 | id | string | 是 | surface 的id , 用于同层渲染的NativeImage的 psurfaceid。<br/>详见[NativeEmbedDataInfo](ts-ba…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6487 std::make_shared<NativeEmbedDataInfo>(status, surfaceId, embedId, info)); in OnNativeEmbedAllDestory()
6535 std::make_shared<NativeEmbedDataInfo>(status, surfaceId, embedId, info)); in OnNativeEmbedLifecycleChange()
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5833 onNativeEmbedLifecycleChange(callback: (event: NativeEmbedDataInfo) => void)
5843 | callback | (event: [NativeEmbedDataInfo](#nativeembeddatainfo11)) => void | Yes| Callback i…
9259 ## NativeEmbedDataInfo<sup>11+</sup>
H A Djs-apis-webview.md15927 …e image used for rendering at the same layer.<br>For details, see [NativeEmbedDataInfo](ts-basic-c…