Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_interface.h36 struct CArrDouble { struct
47 CArrDouble doubleArray; argument
H A Dpreferences_impl.cpp261 static CArrDouble VectorToDoubleArray(const std::vector<double> &doubles, int32_t &code) in VectorToDoubleArray()
264 return CArrDouble{0}; in VectorToDoubleArray()
269 return CArrDouble{0}; in VectorToDoubleArray()
274 CArrDouble doubleArray = { head, doubles.size() }; in VectorToDoubleArray()