Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_util.h42 void GetBooleans(const napi_env env, const napi_value arr, std::vector<bool>& bools);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp124 NapiUtil::GetBooleans(env, arr, bools); in AddArrayParam2EventPack()
H A Dnapi_util.cpp157 void GetBooleans(const napi_env env, const napi_value arr, std::vector<bool>& bools) in GetBooleans() function