Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.h133 int SaveLocalEntries(const std::vector<Entry> &entries);
H A Dsqlite_single_ver_natural_store_connection.cpp832 errCode = SaveLocalEntries(entries); in PutBatchInner()
910 int SQLiteSingleVerNaturalStoreConnection::SaveLocalEntries(const std::vector<Entry> &entries) in SaveLocalEntries() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection