Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
Djs_plugin_util.h35 bool AceUnwrapInt32FromJS2(napi_env env, napi_value param, int& value);
Djs_plugin_util.cpp100 bool AceUnwrapInt32FromJS2(napi_env env, napi_value param, int& value) in AceUnwrapInt32FromJS2() function
323 if (!AceUnwrapInt32FromJS2(env, jsValue, natValue)) { in AceUnwrapArrayInt32FromJS()
794 return AceUnwrapInt32FromJS2(env, jsValue, value); in AceUnwrapInt32ByPropertyName()