Home
last modified time | relevance | path

Searched refs:CArrBool (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_interface.h26 struct CArrBool { struct
46 CArrBool boolArray; argument
H A Dpreferences_impl.cpp278 static CArrBool VectorToBoolArray(std::vector<bool> &bools, int32_t &code) in VectorToBoolArray()
281 return CArrBool{0}; in VectorToBoolArray()
286 return CArrBool{0}; in VectorToBoolArray()
291 CArrBool boolArray = { head, bools.size() }; in VectorToBoolArray()