Searched refs:KvStoreChangedDataImpl (Results 1 – 6 of 6) sorted by relevance
19 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()
25 class KvStoreChangedDataImpl : public KvStoreChangedData {27 …explicit KvStoreChangedDataImpl(const KvDBCommitNotifyData *observerData) : observerData_(observer… in KvStoreChangedDataImpl() function28 virtual ~KvStoreChangedDataImpl();30 DISABLE_COPY_ASSIGN_MOVE(KvStoreChangedDataImpl);
228 KvStoreChangedDataImpl data(&ptr); in RegisterObserver()
415 KvStoreChangedDataImpl data(¬ifyData); in RegisterDeviceObserver()
361 KvStoreChangedDataImpl data(¬ifyData); in ObserverFunc()857 KvStoreChangedDataImpl data(¬ifyData); in ExtObserverFunc()
1513 KvStoreChangedDataImpl changedData(nullptr);