Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp261 static CArrDouble VectorToDoubleArray(const std::vector<double> &doubles, int32_t &code) in VectorToDoubleArray() function
364 v.doubleArray = VectorToDoubleArray(doubleVector, code); in NativeValueToCValueType()