Home
last modified time | relevance | path

Searched refs:GetStrings (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h45 void GetStrings(const napi_env env, const napi_value arr, std::vector<std::string>& strs, size_t bu…
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_builder.cpp132 NapiUtil::GetStrings(env, arr, strs, MAX_STRING_LEN); in AddArrayParam2EventPack()
Dnapi_util.cpp212 void GetStrings(const napi_env env, const napi_value arr, std::vector<std::string>& strs, size_t bu… in GetStrings() function