Home
last modified time | relevance | path

Searched refs:CheckAmendValueContentForLocalProcedure (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.h197 int CheckAmendValueContentForLocalProcedure(const Value &oriValue, Value &amendValue) const;
H A Dsqlite_single_ver_natural_store_connection.cpp968 int errCode = CheckAmendValueContentForLocalProcedure(dataItem.value, dataItem.value); in SaveEntry()
1742 int SQLiteSingleVerNaturalStoreConnection::CheckAmendValueContentForLocalProcedure(const Value &ori… in CheckAmendValueContentForLocalProcedure() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection