Home
last modified time | relevance | path

Searched refs:ObserverProxy (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.h101 class ObserverProxy : public DistributedDB::KvStoreObserver { class in OHOS::DistributedKv::KVDBGeneralStore
107 ~ObserverProxy() = default;
123 ObserverProxy observer_;
H A Dkvdb_general_store.cpp614 void KVDBGeneralStore::ObserverProxy::OnChange(DBOrigin origin, const std::string &originalId, DBChangeData &&data) in OnChange()
635 void KVDBGeneralStore::ObserverProxy::OnChange(const DistributedDB::KvStoreChangedData &data) in OnChange()
654 void KVDBGeneralStore::ObserverProxy::ConvertChangeData(const std::list<DBEntry> &entries, std::vector<Values> &values) in ConvertChangeData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h116 class ObserverProxy : public DistributedDB::StoreObserver { class in OHOS::DistributedRdb::RdbGeneralStore
157 ObserverProxy observer_;
H A Drdb_general_store.cpp986 void RdbGeneralStore::ObserverProxy::PostDataChange(const StoreMetaData &meta,
1000 void RdbGeneralStore::ObserverProxy::OnChange(const DBChangedIF &data)
1021 void RdbGeneralStore::ObserverProxy::OnChange(DBOrigin origin, const std::string &originalId, DBChangedData &&data)

Completed in 6 milliseconds