Home
last modified time | relevance | path

Searched refs:ACE_PARAM2 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.cpp35 constexpr int ACE_PARAM2 = 2; variable
228 callbackParam[ACE_PARAM2] = AceStringToKVObject(cbInfo_.env, dataTmp); in OnPushEventInner()
291 callbackParam[ACE_PARAM2] = AceStringToKVObject(cbInfo_.env, dataTmp); in OnRequestEventInner()
H A Djs_plugin_component.cpp35 constexpr int ACE_PARAM2 = 2; variable
475 if (!AceCreateAsyncCallback(env, argv[ACE_PARAM2], asyncCallbackInfo)) { in UnwrapParamForOn()