Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp197 std::vector<bool> bools = std::vector<bool>(); in CValueTypeToNativeValue() local
278 static CArrBool VectorToBoolArray(std::vector<bool> &bools, int32_t &code) in VectorToBoolArray()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp123 std::vector<bool> bools; in AddArrayParam2EventPack() local
H A Dnapi_util.cpp157 void GetBooleans(const napi_env env, const napi_value arr, std::vector<bool>& bools) in GetBooleans()