Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp64 static CArrByte VectorToByteArray(std::vector<uint8_t> bytes) in VectorToByteArray() function
100 v.byteArray = VectorToByteArray(std::vector<uint8_t>(real.begin(), real.end())); in KVValueToValueType()