Searched defs:updateTimestamp (Results 1 – 5 of 5) sorted by relevance
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/ |
| D | nbdelegate_fuzzer.cpp | 184 bool updateTimestamp = (size > 3u) ? (data[2] > data[1]) : true; // use index 2 and 1 in FuzzCURD() local 200 bool updateTimestamp = (size > 3u) ? (data[2] > data[1]) : true; // use index 2 and 1 in FuzzCURD() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| D | sqlite_single_ver_natural_store_connection.cpp | 1421 …ngleVerNaturalStoreConnection::PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, in PublishLocal() 1475 int SQLiteSingleVerNaturalStoreConnection::PublishLocalCallback(bool updateTimestamp, in PublishLocalCallback() 1489 …bool updateTimestamp, SingleVerRecord &localRecord, SingleVerRecord &syncRecord, bool &isNeedCallb… in PublishInner() 1541 …erNaturalStoreConnection::UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) in UnpublishToLocal() 1601 const SingleVerRecord &syncRecord, bool updateTimestamp, int &innerErrCode) in UnpublishInner() 1633 const SingleVerRecord &syncRecord, bool updateTimestamp, int operType) in UnpublishOper()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
| D | db_store_mock.cpp | 98 DBStatus DBStoreMock::PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, in PublishLocal() 104 DBStatus DBStoreMock::UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) in UnpublishToLocal()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
| D | kv_store_nb_delegate_impl.cpp | 292 DBStatus KvStoreNbDelegateImpl::PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, in PublishLocal() 314 …us KvStoreNbDelegateImpl::UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) in UnpublishToLocal()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
| D | db_types.h | 64 bool updateTimestamp = false; member
|