Home
last modified time | relevance | path

Searched refs:ArkWeb_ComponentAPI (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A D_ark_web___component_a_p_i.md1 # ArkWeb_ComponentAPI chapter
33 void(* ArkWeb_ComponentAPI::onControllerAttached) (const char *webTag, ArkWeb_OnComponentCallback c…
43 void(* ArkWeb_ComponentAPI::onDestroy) (const char *webTag, ArkWeb_OnComponentCallback callback, vo…
53 void(* ArkWeb_ComponentAPI::onPageBegin) (const char *webTag, ArkWeb_OnComponentCallback callback, …
63 void(* ArkWeb_ComponentAPI::onPageEnd) (const char *webTag, ArkWeb_OnComponentCallback callback, vo…
73 size_t ArkWeb_ComponentAPI::size
H A DReadme-CN.md20 - [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md)
H A Darkweb__type_8h.md31 | struct  [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md) | Component相关的Native API结构…
H A D_web.md44 | struct  [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md) | Component相关的Native API结构…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A D_ark_web___component_a_p_i.md1 # ArkWeb_ComponentAPI chapter
33 void(* ArkWeb_ComponentAPI::onControllerAttached) (const char *webTag, ArkWeb_OnComponentCallback c…
43 void(* ArkWeb_ComponentAPI::onDestroy) (const char *webTag, ArkWeb_OnComponentCallback callback, vo…
53 void(* ArkWeb_ComponentAPI::onPageBegin) (const char *webTag, ArkWeb_OnComponentCallback callback, …
63 void(* ArkWeb_ComponentAPI::onPageEnd) (const char *webTag, ArkWeb_OnComponentCallback callback, vo…
73 size_t ArkWeb_ComponentAPI::size
H A DReadme-EN.md20 - [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md)
H A Darkweb__type_8h.md31 | struct  [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md) | Defines a component API.…
H A D_web.md44 | struct  [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md) | Defines a native API str…
/ohos5.0/base/web/webview/interfaces/native/
H A Darkweb_interface.cpp61 ArkWeb_ComponentAPI* g_ComponentImpl = nullptr;
86 g_ComponentImpl = new (std::nothrow) ArkWeb_ComponentAPI(); in LoadComponentAPI()
91 g_ComponentImpl->size = sizeof(ArkWeb_ComponentAPI); in LoadComponentAPI()
H A Darkweb_type.h244 } ArkWeb_ComponentAPI; typedef
/ohos5.0/docs/zh-cn/application-dev/web/
H A Darkweb-ndk-jsbridge.md7 …/apis-arkweb/_ark_web___controller_a_p_i.md#arkweb_controllerapi)、[ArkWeb_ComponentAPI](../referen…
65ArkWeb_ComponentAPI](../reference/apis-arkweb/_ark_web___component_a_p_i.md#arkweb_componentapi)函数…
69 static ArkWeb_ComponentAPI *component = nullptr;
72 …component = reinterpret_cast<ArkWeb_ComponentAPI *>(OH_ArkWeb_GetNativeAPI(ARKWEB_NATIVE_COMPONENT…
77 通过[ArkWeb_ComponentAPI](../reference/apis-arkweb/_ark_web___component_a_p_i.md#arkweb_componentapi)…
330 static ArkWeb_ComponentAPI *component = nullptr;
452 void SetComponentCallback(ArkWeb_ComponentAPI * component, const char* webTagValue) {
502 …component = reinterpret_cast<ArkWeb_ComponentAPI *>(OH_ArkWeb_GetNativeAPI(ARKWEB_NATIVE_COMPONENT…
/ohos5.0/docs/en/application-dev/web/
H A Darkweb-ndk-jsbridge.md7 …s-arkweb/_ark_web___controller_a_p_i.md#arkweb_controllerapi) and [ArkWeb_ComponentAPI](../referen…
65ArkWeb_ComponentAPI](../reference/apis-arkweb/_ark_web___component_a_p_i.md#arkweb_componentapi) t…
69 static ArkWeb_ComponentAPI *component = nullptr;
72 …component = reinterpret_cast<ArkWeb_ComponentAPI *>(OH_ArkWeb_GetNativeAPI(ARKWEB_NATIVE_COMPONENT…
77 Use [ArkWeb_ComponentAPI](../reference/apis-arkweb/_ark_web___component_a_p_i.md#arkweb_componentap…
330 static ArkWeb_ComponentAPI *component = nullptr;
452 void SetComponentCallback(ArkWeb_ComponentAPI * component, const char* webTagValue) {
502 …component = reinterpret_cast<ArkWeb_ComponentAPI *>(OH_ArkWeb_GetNativeAPI(ARKWEB_NATIVE_COMPONENT…
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-web-import.md574 推荐使用ArkWeb在native侧提供的ArkWeb_ControllerAPI、ArkWeb_ComponentAPI实现JSBridge功能。
/ohos5.0/docs/zh-cn/application-dev/
H A Dwebsite.md2800 - [ArkWeb_ComponentAPI](reference/apis-arkweb/_ark_web___component_a_p_i.md)
/ohos5.0/docs/en/application-dev/
H A Dwebsite.md2686 - [ArkWeb_ComponentAPI](reference/apis-arkweb/_ark_web___component_a_p_i.md)