Home
last modified time | relevance | path

Searched refs:ObserverAction (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h86 void RegisterObserverAction(const KvStoreObserver *observer, const ObserverAction &action);
127 std::map<const KvStoreObserver *, ObserverAction> cloudObserverMap_;
H A Dsqlite_single_ver_natural_store_connection.h109 …int RegisterObserverAction(const KvStoreObserver *observer, const ObserverAction &action) override;
H A Dsqlite_single_ver_natural_store.h213 int RegisterObserverAction(const KvStoreObserver *observer, const ObserverAction &action);
H A Dsqlite_single_ver_natural_store_extend.cpp607 …NaturalStore::RegisterObserverAction(const KvStoreObserver *observer, const ObserverAction &action) in RegisterObserverAction()
H A Dsqlite_cloud_kv_store.cpp408 …CloudKvStore::RegisterObserverAction(const KvStoreObserver *observer, const ObserverAction &action) in RegisterObserverAction()
H A Dsqlite_single_ver_natural_store_connection.cpp1901 const ObserverAction &action) in RegisterObserverAction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h190 using ObserverAction = variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.h98 …int RegisterObserverAction(const KvStoreObserver *observer, const ObserverAction &action) override;
H A Dgeneric_kvdb_connection.cpp414 [[gnu::unused]] const ObserverAction &action)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_connection.h155 …virtual int RegisterObserverAction(const KvStoreObserver *observer, const ObserverAction &action) …
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp451 ObserverAction action = [observer, storeId]( in RegisterCloudObserver()