Searched refs:UpdateKeyCallback (Results 1 – 19 of 19) sorted by relevance
39 using UpdateKeyCallback = DistributedDB::UpdateKeyCallback; variable100 DBStatus UpdateKey(const UpdateKeyCallback &callback) override;
93 DBStatus UpdateKey(const UpdateKeyCallback &callback);
248 DBStatus KvStoreNbDelegateMock::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
309 DBStatus DBStoreMock::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
212 using UpdateKeyCallback = std::function<void (const Key &originKey, Key &newKey)>; variable
240 DB_API virtual DBStatus UpdateKey(const UpdateKeyCallback &callback) = 0;
99 int UpdateKey(const UpdateKeyCallback &callback) override;
197 int UpdateKey(const UpdateKeyCallback &callback);
527 int RdSingleVerNaturalStoreConnection::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
705 int RdSingleVerStorageExecutor::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
82 int UpdateKey(const UpdateKeyCallback &callback) override;
364 int GenericKvDBConnection::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
188 int UpdateKey(const UpdateKeyCallback &callback);216 UpdateKeyCallback callback;
105 int UpdateKey(const UpdateKeyCallback &callback) override;
1838 int SQLiteSingleVerNaturalStoreConnection::UpdateKey(const DistributedDB::UpdateKeyCallback &callba… in UpdateKey()
2142 int SQLiteSingleVerStorageExecutor::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()
139 virtual int UpdateKey(const UpdateKeyCallback &callback) = 0;
160 DBStatus UpdateKey(const UpdateKeyCallback &callback) override;
1064 DBStatus KvStoreNbDelegateImpl::UpdateKey(const UpdateKeyCallback &callback) in UpdateKey()