Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_util.h68 bool UnwrapArrayInt64FromJS(napi_env env, napi_value param, std::vector<int64_t> &value);
H A Dnapi_common_util.cpp393 bool UnwrapArrayInt64FromJS(napi_env env, napi_value param, std::vector<int64_t> &value) in UnwrapArrayInt64FromJS() function