Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_util.h35 bool AceUnwrapInt32FromJS2(napi_env env, napi_value param, int& value);
H A Djs_plugin_util.cpp99 bool AceUnwrapInt32FromJS2(napi_env env, napi_value param, int& value) in AceUnwrapInt32FromJS2() function
322 if (!AceUnwrapInt32FromJS2(env, jsValue, natValue)) { in AceUnwrapArrayInt32FromJS()
792 return AceUnwrapInt32FromJS2(env, jsValue, value); in AceUnwrapInt32ByPropertyName()