Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp336 static std::vector<Entry> CArrayEntryToEntries(const CArrEntry &cArrEntry) in CArrayEntryToEntries() function
350 Status status = kvStore_->PutBatch(CArrayEntryToEntries(cArrEntry)); in PutBatch()