Home
last modified time | relevance | path

Searched refs:StoreObserver (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_client.h34 using StoreObserver = DistributedDB::StoreObserver; variable
40 …DB::DBStatus RegisterStoreObserver(sqlite3 *db, const std::shared_ptr<StoreObserver> &storeObserve…
43 const std::shared_ptr<StoreObserver> &storeObserver);
H A Drelational_store_delegate.h36 StoreObserver *observer = nullptr;
78 DB_API virtual DBStatus RegisterObserver(StoreObserver *observer) = 0;
82 DB_API virtual DBStatus UnRegisterObserver(StoreObserver *observer) = 0;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_local_db_observer.h26 class RdbStoreLocalDbObserver : public DistributedDB::StoreObserver {
30 void OnChange(DistributedDB::StoreObserver::StoreChangedInfo &&data) override;
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Drelational_store_client.h40 const std::shared_ptr<DistributedDB::StoreObserver> &storeObserver);
43 const std::shared_ptr<DistributedDB::StoreObserver> &storeObserver);
H A Dmock.cpp75 const std::shared_ptr<StoreObserver> &storeObserver) in RegisterStoreObserver()
81 const std::shared_ptr<StoreObserver> &storeObserver) in UnregisterStoreObserver()
H A Dstore_observer.h38 class StoreObserver {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_observer.h60 class StoreObserver {
62 virtual ~StoreObserver() {} in ~StoreObserver()
H A Dkv_store_observer.h23 class KvStoreObserver : public StoreObserver {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store_connection.h46 …int RegisterObserverAction(const StoreObserver *observer, const RelationalObserverAction &action) …
47 int UnRegisterObserverAction(const StoreObserver *observer) override;
H A Dsqlite_relational_store.h70 int RegisterObserverAction(uint64_t connectionId, const StoreObserver *observer,
72 int UnRegisterObserverAction(uint64_t connectionId, const StoreObserver *observer);
H A Dsqlite_relational_store_connection.cpp281 int SQLiteRelationalStoreConnection::RegisterObserverAction(const StoreObserver *observer, in RegisterObserverAction()
287 int SQLiteRelationalStoreConnection::UnRegisterObserverAction(const StoreObserver *observer) in UnRegisterObserverAction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.h60 DBStatus RegisterObserver(StoreObserver *observer) override;
64 DBStatus UnRegisterObserver(StoreObserver *observer) override;
H A Drelational_sync_able_storage.h108 int RegisterObserverAction(uint64_t connectionId, const StoreObserver *observer,
110 int UnRegisterObserverAction(uint64_t connectionId, const StoreObserver *observer);
295 const std::pair<uint64_t, std::map<const StoreObserver *, RelationalObserverAction>> &item,
302 …std::map<uint64_t, std::map<const StoreObserver *, RelationalObserverAction>> dataChangeCallbackMa…
H A Drelational_store_delegate_impl.cpp265 DBStatus RelationalStoreDelegateImpl::RegisterObserver(StoreObserver *observer) in RegisterObserver()
314 DBStatus RelationalStoreDelegateImpl::UnRegisterObserver(StoreObserver *observer) in UnRegisterObserver()
H A Drelational_store_sqlite_ext.cpp397 std::map<std::string, std::list<std::shared_ptr<StoreObserver>>> g_storeObserverMap;
925 void TriggerObserver(const std::vector<std::shared_ptr<StoreObserver>> &storeObservers, const std::… in TriggerObserver()
940 std::vector<std::shared_ptr<StoreObserver>> storeObserver; in StoreObserverCallback()
1631 …DB::DBStatus RegisterStoreObserver(sqlite3 *db, const std::shared_ptr<StoreObserver> &storeObserve… in RegisterStoreObserver()
1667 …::DBStatus UnregisterStoreObserver(sqlite3 *db, const std::shared_ptr<StoreObserver> &storeObserve… in UnregisterStoreObserver()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_store_connection.h62 …virtual int RegisterObserverAction(const StoreObserver *observer, const RelationalObserverAction &…
63 virtual int UnRegisterObserverAction(const StoreObserver *observer) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dauto_launch_export.h42 StoreObserver *storeObserver = nullptr;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_local_db_observer.cpp26 void RdbStoreLocalDbObserver::OnChange(DistributedDB::StoreObserver::StoreChangedInfo &&data) in OnChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp63 DistributedDB::StoreObserver::StoreChangedInfo g_changedData;
234 class ClientStoreObserver : public StoreObserver {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/
H A Drelationalstoredelegate_fuzzer.cpp125 auto observer = new (std::nothrow) DistributedDB::StoreObserver; in CombineTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h63 StoreObserver *storeObserver = nullptr;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h117 class ObserverProxy : public DistributedDB::StoreObserver {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.h274 class RelationalStoreObserverUnitTest : public DistributedDB::StoreObserver {
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp136 DBStatus RegisterObserver(StoreObserver *observer) override in RegisterObserver()
146 DBStatus UnRegisterObserver(StoreObserver *observer) override in UnRegisterObserver()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1449 DistributedDB::StoreObserver::StoreChangedInfo g_changedData;
1451 class MockStoreObserver : public StoreObserver {
1764 StoreObserver observer;

12