Searched refs:OH_ArkUI_GetContextFromNapiValue (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node_napi.h | 58 int32_t OH_ArkUI_GetContextFromNapiValue(napi_env env, napi_value value, ArkUI_ContextHandle* conte…
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ndk-use-animation.md | 12 > - 在Native侧通过[OH_ArkUI_GetContextFromNapiValue](../reference/apis-arkui/native__node__napi_8h.md)方… 31 auto code = OH_ArkUI_GetContextFromNapiValue(env, args[1], &context);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_napi_test.cpp | 40 int32_t code = OH_ArkUI_GetContextFromNapiValue(env, value, context);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ndk-use-animation.md | 12 > - On the native side, obtain the context using the [OH_ArkUI_GetContextFromNapiValue](../referenc… 31 auto code = OH_ArkUI_GetContextFromNapiValue(env, args[1], &context);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__node__napi_8h.md | 27 | int32_t [OH_ArkUI_GetContextFromNapiValue](_ark_u_i___native_module.md#oh_arkui_getcontextfromnap…
|
H A D | _ark_u_i___native_module.md | 537 | int32_t [OH_ArkUI_GetContextFromNapiValue](#oh_arkui_getcontextfromnapivalue) (napi_env env, napi… 8981 ### OH_ArkUI_GetContextFromNapiValue() 8984 int32_t OH_ArkUI_GetContextFromNapiValue (napi_env env, napi_value value, ArkUI_ContextHandle * con…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__node__napi_8h.md | 25 | int32_t [OH_ArkUI_GetContextFromNapiValue](_ark_u_i___native_module.md#oh_arkui_getcontextfromnap…
|
H A D | _ark_u_i___native_module.md | 513 | int32_t [OH_ArkUI_GetContextFromNapiValue](#oh_arkui_getcontextfromnapivalue) (napi_env env, napi… 8593 ### OH_ArkUI_GetContextFromNapiValue() 8596 int32_t OH_ArkUI_GetContextFromNapiValue (napi_env env, napi_value value, ArkUI_ContextHandle * con…
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_node_napi.cpp | 118 int32_t OH_ArkUI_GetContextFromNapiValue(napi_env env, napi_value value, ArkUI_ContextHandle* conte… in OH_ArkUI_GetContextFromNapiValue() function
|