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 D | sqlite_single_ver_natural_store_extend.cpp | 373 Value amendValue = newValue; in InterceptData() local 374 …return this->CheckValueAndAmendIfNeed(ValueSource::FROM_LOCAL, newValue, amendValue, useAmendValue… in InterceptData()
|
H A D | sqlite_single_ver_natural_store_connection.h | 197 int CheckAmendValueContentForLocalProcedure(const Value &oriValue, Value &amendValue) const;
|
H A D | sqlite_single_ver_natural_store.h | 156 int CheckValueAndAmendIfNeed(ValueSource sourceType, const Value &oriValue, Value &amendValue,
|
H A D | sqlite_single_ver_natural_store.cpp | 298 Value &amendValue, bool &useAmendValue) const in CheckValueAndAmendIfNeed() argument 326 amendValue.clear(); in CheckValueAndAmendIfNeed() 327 amendValue.assign(amended.begin(), amended.end()); in CheckValueAndAmendIfNeed()
|
H A D | sqlite_single_ver_natural_store_connection.cpp | 1743 Value &amendValue) const in CheckAmendValueContentForLocalProcedure() 1750 …return naturalStore->CheckValueAndAmendIfNeed(ValueSource::FROM_LOCAL, oriValue, amendValue, useAm… in CheckAmendValueContentForLocalProcedure()
|