Home
last modified time | relevance | path

Searched refs:GetArrayLength (Results 1 – 9 of 9) sorted by relevance

/base/security/certificate_framework/frameworks/js/napi/certificate/src/
Dnapi_x509_cert_chain_validate_params.cpp50 static bool GetArrayLength(napi_env env, napi_value arg, uint32_t &length) in GetArrayLength() function
75 if (!GetArrayLength(env, obj, length)) { in GetX509TrustAnchorArray()
124 if (!GetArrayLength(env, obj, length)) { in GetCertCRLCollectionArray()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp79 if (GetArrayLength(env, value) == 0) { in IsArrayType()
122 uint32_t GetArrayLength(const napi_env env, const napi_value arr) in GetArrayLength() function
154 uint32_t len = GetArrayLength(env, arr); in GetBooleans()
186 uint32_t len = GetArrayLength(env, arr); in GetInt32s()
208 uint32_t len = GetArrayLength(env, arr); in GetDoubles()
235 uint32_t len = GetArrayLength(env, arr); in GetStrings()
247 uint32_t len = GetArrayLength(env, arr); in GetStringsToSet()
Dnapi_hiappevent_watch.cpp123 size_t len = NapiUtil::GetArrayLength(env, filters); in IsValidFilters()
226 size_t len = NapiUtil::GetArrayLength(env, filtersValue); in GetFilters()
Dnapi_hiappevent_processor.cpp246 uint32_t length = NapiUtil::GetArrayLength(env, napiArr); in GenConfigEventConfigsProp()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h54 uint32_t GetArrayLength(const napi_env env, const napi_value arr);
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_module.cpp306 for (uint32_t i = 0; i < JSI::GetArrayLength(args[FOURTH]); i++) { in HilogImplParseValue()
/base/security/huks/interfaces/kits/liteapi/src/
Dhks_lite_api_common.cpp201 uint32_t paramCnt = JSI::GetArrayLength(paramSetValue); in HksParseParamsToVector()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h258 bool GetArrayLength(napi_env env, napi_value value, uint32_t &length);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp1198 bool GetArrayLength(napi_env env, napi_value value, uint32_t &length) in GetArrayLength() function
1213 if (!GetArrayLength(env, value, length)) { in ParseAccountVector()
1241 if (!GetArrayLength(env, value, length)) { in ParseStringVector()