Home
last modified time | relevance | path

Searched defs:updateTimestamp (Results 1 – 7 of 7) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
Dnbdelegate_fuzzer.cpp236 bool updateTimestamp = (size > 3u) ? (data[2] > data[1]) : true; // use index 2 and 1 in FuzzCURD() local
254 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/
Dsqlite_single_ver_natural_store_connection.cpp1426 …ngleVerNaturalStoreConnection::PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, in PublishLocal()
1486 int SQLiteSingleVerNaturalStoreConnection::PublishLocalCallback(bool updateTimestamp, in PublishLocalCallback()
1500bool updateTimestamp, SingleVerRecord &localRecord, SingleVerRecord &syncRecord, bool &isNeedCallb… in PublishInner()
1552 …erNaturalStoreConnection::UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) in UnpublishToLocal()
1607 …VerNaturalStoreCommitNotifyData *&committedData, SingleVerRecord &syncRecord, bool updateTimestamp, in UnpublishInner()
1650 const SingleVerRecord &syncRecord, bool updateTimestamp, int operType) in UnpublishOper()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
Dkv_store_nb_delegate_mock.cpp94 DBStatus KvStoreNbDelegateMock::PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, in PublishLocal()
100 …us KvStoreNbDelegateMock::UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) in UnpublishToLocal()
Ddb_store_mock.cpp98 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/common/include/
Ddb_types.h71 bool updateTimestamp = false; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
Dkv_store_nb_delegate_impl.cpp294 DBStatus KvStoreNbDelegateImpl::PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, in PublishLocal()
315 …us KvStoreNbDelegateImpl::UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) in UnpublishToLocal()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
Dlnn_node_info.h193 uint64_t updateTimestamp; member