Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_util.h64 bool AceUnwrapArrayInt64FromJS(napi_env env, napi_value param, std::vector<int64_t>& value);
H A Djs_plugin_util.cpp394 bool AceUnwrapArrayInt64FromJS(napi_env env, napi_value param, std::vector<int64_t>& value) in AceUnwrapArrayInt64FromJS() function