Home
last modified time | relevance | path

Searched refs:UpdateKeyCallback (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.h39 using UpdateKeyCallback = DistributedDB::UpdateKeyCallback; variable
100 DBStatus UpdateKey(const UpdateKeyCallback &callback) override;
H A Dkv_store_nb_delegate_mock.h93 DBStatus UpdateKey(const UpdateKeyCallback &callback);
H A Dkv_store_nb_delegate_mock.cpp248 DBStatus KvStoreNbDelegateMock::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
H A Ddb_store_mock.cpp309 DBStatus DBStoreMock::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h212 using UpdateKeyCallback = std::function<void (const Key &originKey, Key &newKey)>; variable
H A Dkv_store_nb_delegate.h240 DB_API virtual DBStatus UpdateKey(const UpdateKeyCallback &callback) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.h99 int UpdateKey(const UpdateKeyCallback &callback) override;
H A Drd_single_ver_storage_executor.h197 int UpdateKey(const UpdateKeyCallback &callback);
H A Drd_single_ver_natural_store_connection.cpp527 int RdSingleVerNaturalStoreConnection::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
H A Drd_single_ver_storage_executor.cpp705 int RdSingleVerStorageExecutor::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.h82 int UpdateKey(const UpdateKeyCallback &callback) override;
H A Dgeneric_kvdb_connection.cpp364 int GenericKvDBConnection::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h188 int UpdateKey(const UpdateKeyCallback &callback);
216 UpdateKeyCallback callback;
H A Dsqlite_single_ver_natural_store_connection.h105 int UpdateKey(const UpdateKeyCallback &callback) override;
H A Dsqlite_single_ver_natural_store_connection.cpp1838 int SQLiteSingleVerNaturalStoreConnection::UpdateKey(const DistributedDB::UpdateKeyCallback &callba… in UpdateKey()
H A Dsqlite_single_ver_storage_executor.cpp2142 int SQLiteSingleVerStorageExecutor::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_connection.h139 virtual int UpdateKey(const UpdateKeyCallback &callback) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.h160 DBStatus UpdateKey(const UpdateKeyCallback &callback) override;
H A Dkv_store_nb_delegate_impl.cpp1064 DBStatus KvStoreNbDelegateImpl::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()