Searched defs:updateTimestamp (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/ |
H A D | nbdelegate_fuzzer.cpp | 236 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
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_connection.cpp | 1398 …ngleVerNaturalStoreConnection::PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, in PublishLocal() 1458 int SQLiteSingleVerNaturalStoreConnection::PublishLocalCallback(bool updateTimestamp, in PublishLocalCallback() 1472 …bool updateTimestamp, SingleVerRecord &localRecord, SingleVerRecord &syncRecord, bool &isNeedCallb… in PublishInner() 1524 …erNaturalStoreConnection::UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) in UnpublishToLocal() 1579 …VerNaturalStoreCommitNotifyData *&committedData, SingleVerRecord &syncRecord, bool updateTimestamp, in UnpublishInner() 1622 const SingleVerRecord &syncRecord, bool updateTimestamp, int operType) in UnpublishOper()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.cpp | 94 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()
|
H A 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()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | db_types.h | 71 bool updateTimestamp = false; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 293 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()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 193 uint64_t updateTimestamp; member
|