Home
last modified time | relevance | path

Searched defs:bools (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_builder.cpp123 std::vector<bool> bools; in AddArrayParam2EventPack() local
Dnapi_util.cpp157 void GetBooleans(const napi_env env, const napi_value arr, std::vector<bool>& bools) in GetBooleans()