Home
last modified time | relevance | path

Searched defs:storeObserver (Results 1 – 7 of 7) sorted by relevance

/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
Dmock.cpp75 const std::shared_ptr<StoreObserver> &storeObserver) in RegisterStoreObserver()
81 const std::shared_ptr<StoreObserver> &storeObserver) in UnregisterStoreObserver()
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
DRdbStoreDistributedJsunit.test.js23 function storeObserver(devices) { function
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
Dauto_launch.h63 StoreObserver *storeObserver = nullptr; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
Dauto_launch_export.h42 StoreObserver *storeObserver = nullptr; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1561 auto storeObserver = std::make_shared<MockStoreObserver>(); variable
1608 auto storeObserver = std::make_shared<MockStoreObserver>(); variable
1719 auto storeObserver = std::make_shared<MockStoreObserver>(); variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
Dstorage_fuzzer.cpp327 auto storeObserver = std::make_shared<ClientStoreObserver>(); in StoreObserverFuzz() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_store_sqlite_ext.cpp928 for (const auto &storeObserver : storeObservers) { in TriggerObserver() local
940 std::vector<std::shared_ptr<StoreObserver>> storeObserver; in StoreObserverCallback() local
1641 …tedDB::DBStatus RegisterStoreObserver(sqlite3 *db, const std::shared_ptr<StoreObserver> &storeObse… in RegisterStoreObserver()
1677 …dDB::DBStatus UnregisterStoreObserver(sqlite3 *db, const std::shared_ptr<StoreObserver> &storeObse… in UnregisterStoreObserver()