Searched refs:GetArrayLength (Results 1 – 6 of 6) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
D | napi_util.cpp | 72 if (GetArrayLength(env, value) == 0) { in IsArrayType() 115 uint32_t GetArrayLength(const napi_env env, const napi_value arr) in GetArrayLength() function 147 uint32_t len = GetArrayLength(env, arr); in GetBooleans() 169 uint32_t len = GetArrayLength(env, arr); in GetInt32s() 191 uint32_t len = GetArrayLength(env, arr); in GetDoubles() 214 uint32_t len = GetArrayLength(env, arr); in GetStrings()
|
D | napi_hiappevent_watch.cpp | 121 size_t len = NapiUtil::GetArrayLength(env, filters); in IsValidFilters() 209 size_t len = NapiUtil::GetArrayLength(env, filtersValue); in GetFilters()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
D | napi_util.h | 48 uint32_t GetArrayLength(const napi_env env, const napi_value arr);
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
D | hilog_module.cpp | 306 for (uint32_t i = 0; i < JSI::GetArrayLength(args[FOURTH]); i++) { in HilogImplParseValue()
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account_common.h | 238 bool GetArrayLength(napi_env env, napi_value value, uint32_t &length);
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
D | napi_app_account_common.cpp | 1409 bool GetArrayLength(napi_env env, napi_value value, uint32_t &length) in GetArrayLength() function 1424 if (!GetArrayLength(env, value, length)) { in ParseAccountVector() 1452 if (!GetArrayLength(env, value, length)) { in ParseStringVector()
|