Home
last modified time | relevance | path

Searched refs:NativeEmbedStatus (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_native_embed_data_info_wrapper.h25 using ArkWebNativeEmbedStatus = OHOS::NWeb::NativeEmbedStatus;
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-same-layer.md338 if (embed.status == NativeEmbedStatus.CREATE) {
358 } else if (embed.status == NativeEmbedStatus.UPDATE) {
366 } else if (embed.status == NativeEmbedStatus.DESTROY) {
601 if (embed.status == NativeEmbedStatus.CREATE) {
621 } else if (embed.status == NativeEmbedStatus.UPDATE) {
629 } else if (embed.status == NativeEmbedStatus.DESTROY) {
825 if (embed.status == NativeEmbedStatus.CREATE) {
838 } else if (embed.status == NativeEmbedStatus.UPDATE) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3275 let NativeEmbedStatus; variable
3276 (function (NativeEmbedStatus) {
3277 NativeEmbedStatus['CREATE'] = 0;
3278 NativeEmbedStatus['UPDATE'] = 1;
3279 NativeEmbedStatus['DESTROY'] = 2;
3280 NativeEmbedStatus['ENTER_BFCACHE'] = 3;
3281 NativeEmbedStatus['LEAVE_BFCACHE'] = 4;
3282 })(NativeEmbedStatus || (NativeEmbedStatus = {}));
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h212 enum class NativeEmbedStatus { enum
255 virtual NativeEmbedStatus GetStatus() = 0;
/ohos5.0/docs/en/application-dev/web/
H A Dweb-same-layer.md338 if (embed.status == NativeEmbedStatus.CREATE) {
358 } else if (embed.status == NativeEmbedStatus.UPDATE) {
366 } else if (embed.status == NativeEmbedStatus.DESTROY) {
601 if (embed.status == NativeEmbedStatus.CREATE) {
621 } else if (embed.status == NativeEmbedStatus.UPDATE) {
629 } else if (embed.status == NativeEmbedStatus.DESTROY) {
825 if (embed.status == NativeEmbedStatus.CREATE) {
838 } else if (embed.status == NativeEmbedStatus.UPDATE) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h33 enum class NativeEmbedStatus { enum
1848 NativeEmbedDataInfo(NativeEmbedStatus status, const std::string& surfaceId, in DECLARE_RELATIONSHIP_OF_CLASSES()
1854 NativeEmbedStatus GetStatus() const in GetStatus()
1874 NativeEmbedStatus status_;
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dwebview-render-app-components.md386 if (embed.status === NativeEmbedStatus.CREATE) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6485 OHOS::Ace::NativeEmbedStatus status = OHOS::Ace::NativeEmbedStatus::DESTROY; in OnNativeEmbedAllDestory()
6502 OHOS::Ace::NativeEmbedStatus status = OHOS::Ace::NativeEmbedStatus::CREATE; in OnNativeEmbedLifecycleChange()
6506 status = static_cast<OHOS::Ace::NativeEmbedStatus>(dataInfo->GetStatus()); in OnNativeEmbedLifecycleChange()
6516 …if (status == OHOS::Ace::NativeEmbedStatus::CREATE || status == OHOS::Ace::NativeEmbedStatus::UPDA… in OnNativeEmbedLifecycleChange()
6518 } else if (status == OHOS::Ace::NativeEmbedStatus::DESTROY) { in OnNativeEmbedLifecycleChange()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5952 if (event.status == NativeEmbedStatus.CREATE) {
5956 if (event.status == NativeEmbedStatus.UPDATE) {
5960 if (event.status == NativeEmbedStatus.DESTROY) {
5964 if (event.status == NativeEmbedStatus.ENTER_BFCACHE) {
5968 if (event.status == NativeEmbedStatus.LEAVE_BFCACHE) {
6105 if (embed.status == NativeEmbedStatus.CREATE) {
6607 if (embed.status == NativeEmbedStatus.CREATE) {
9231 ## NativeEmbedStatus<sup>11+</sup>
9271 | status | [NativeEmbedStatus](#nativeembedstatus11) | 否 | 同层标签生命周期状态。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md5952 if (event.status == NativeEmbedStatus.CREATE) {
5956 if (event.status == NativeEmbedStatus.UPDATE) {
5960 if (event.status == NativeEmbedStatus.DESTROY) {
5964 if (event.status == NativeEmbedStatus.ENTER_BFCACHE) {
5968 if (event.status == NativeEmbedStatus.LEAVE_BFCACHE) {
6105 if (embed.status == NativeEmbedStatus.CREATE) {
6607 if (embed.status == NativeEmbedStatus.CREATE) {
9227 ## NativeEmbedStatus<sup>11+</sup>
9267 | status | [NativeEmbedStatus](#nativeembedstatus11) | No | Lifecycle status of t…