Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dunified_record_impl.cpp49 static CArrUI8 VectorToByteArray(std::vector<uint8_t> bytes) in VectorToByteArray() function
88 cjvalue.byteArray = VectorToByteArray(*p); in ValueType2CJValueType()
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp66 static CArrByte VectorToByteArray(std::vector<uint8_t> bytes) in VectorToByteArray() function
102 v.byteArray = VectorToByteArray(std::vector<uint8_t>(real.begin(), real.end())); in KVValueToValueType()

Completed in 3 milliseconds