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.md | 1 # 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 D | Readme-CN.md | 20 - [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md)
|
H A D | arkweb__type_8h.md | 31 | struct [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md) | Component相关的Native API结构…
|
H A D | _web.md | 44 | 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.md | 1 # 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 D | Readme-EN.md | 20 - [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md)
|
H A D | arkweb__type_8h.md | 31 | struct [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md) | Defines a component API.…
|
H A D | _web.md | 44 | struct [ArkWeb_ComponentAPI](_ark_web___component_a_p_i.md) | Defines a native API str…
|
/ohos5.0/base/web/webview/interfaces/native/ |
H A D | arkweb_interface.cpp | 61 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 D | arkweb_type.h | 244 } ArkWeb_ComponentAPI; typedef
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | arkweb-ndk-jsbridge.md | 7 …/apis-arkweb/_ark_web___controller_a_p_i.md#arkweb_controllerapi)、[ArkWeb_ComponentAPI](../referen… 65 …ArkWeb_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 D | arkweb-ndk-jsbridge.md | 7 …s-arkweb/_ark_web___controller_a_p_i.md#arkweb_controllerapi) and [ArkWeb_ComponentAPI](../referen… 65 …ArkWeb_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 D | performance-web-import.md | 574 推荐使用ArkWeb在native侧提供的ArkWeb_ControllerAPI、ArkWeb_ComponentAPI实现JSBridge功能。
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 2800 - [ArkWeb_ComponentAPI](reference/apis-arkweb/_ark_web___component_a_p_i.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 2686 - [ArkWeb_ComponentAPI](reference/apis-arkweb/_ark_web___component_a_p_i.md)
|