Home
last modified time | relevance | path

Searched refs:KvStoreChangedDataImpl (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_changed_data_impl.cpp19 KvStoreChangedDataImpl::~KvStoreChangedDataImpl() in ~KvStoreChangedDataImpl()
24 const std::list<Entry> &KvStoreChangedDataImpl::GetEntriesInserted() const in GetEntriesInserted()
35 const std::list<Entry> &KvStoreChangedDataImpl::GetEntriesUpdated() const in GetEntriesUpdated()
46 const std::list<Entry> &KvStoreChangedDataImpl::GetEntriesDeleted() const in GetEntriesDeleted()
57 bool KvStoreChangedDataImpl::IsCleared() const in IsCleared()
H A Dkv_store_changed_data_impl.h25 class KvStoreChangedDataImpl : public KvStoreChangedData {
27 …explicit KvStoreChangedDataImpl(const KvDBCommitNotifyData *observerData) : observerData_(observer… in KvStoreChangedDataImpl() function
28 virtual ~KvStoreChangedDataImpl();
30 DISABLE_COPY_ASSIGN_MOVE(KvStoreChangedDataImpl);
H A Dkv_store_delegate_impl.cpp228 KvStoreChangedDataImpl data(&ptr); in RegisterObserver()
H A Dkv_store_nb_delegate_impl.cpp415 KvStoreChangedDataImpl data(&notifyData); in RegisterDeviceObserver()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp361 KvStoreChangedDataImpl data(&notifyData); in ObserverFunc()
857 KvStoreChangedDataImpl data(&notifyData); in ExtObserverFunc()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_test.cpp1513 KvStoreChangedDataImpl changedData(nullptr);