Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp373 Value amendValue = newValue; in InterceptData() local
374 …return this->CheckValueAndAmendIfNeed(ValueSource::FROM_LOCAL, newValue, amendValue, useAmendValue… in InterceptData()
H A Dsqlite_single_ver_natural_store_connection.h197 int CheckAmendValueContentForLocalProcedure(const Value &oriValue, Value &amendValue) const;
H A Dsqlite_single_ver_natural_store.h156 int CheckValueAndAmendIfNeed(ValueSource sourceType, const Value &oriValue, Value &amendValue,
H A Dsqlite_single_ver_natural_store.cpp298 Value &amendValue, bool &useAmendValue) const in CheckValueAndAmendIfNeed() argument
326 amendValue.clear(); in CheckValueAndAmendIfNeed()
327 amendValue.assign(amended.begin(), amended.end()); in CheckValueAndAmendIfNeed()
H A Dsqlite_single_ver_natural_store_connection.cpp1743 Value &amendValue) const in CheckAmendValueContentForLocalProcedure()
1750 …return naturalStore->CheckValueAndAmendIfNeed(ValueSource::FROM_LOCAL, oriValue, amendValue, useAm… in CheckAmendValueContentForLocalProcedure()