Home
last modified time | relevance | path

Searched defs:syncObserver (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_transaction_optimization_test.cpp388 KvStoreObserverUnitTest *syncObserver = new (std::nothrow) KvStoreObserverUnitTest; variable
492 KvStoreObserverUnitTest *syncObserver = new (std::nothrow) KvStoreObserverUnitTest; variable
571 KvStoreObserverUnitTest *syncObserver = new (std::nothrow) KvStoreObserverUnitTest; variable
656 KvStoreObserverUnitTest *syncObserver = new (std::nothrow) KvStoreObserverUnitTest; variable
739 KvStoreObserverUnitTest *syncObserver = new (std::nothrow) KvStoreObserverUnitTest; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
Dmock_app_provision_info.h270 virtual int RegisterAutoSyncCallback(std::shared_ptr<DetailProgressObserver> syncObserver) in RegisterAutoSyncCallback()
275 virtual int UnregisterAutoSyncCallback(std::shared_ptr<DetailProgressObserver> syncObserver) in UnregisterAutoSyncCallback()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
Dmock_rdb.h264 int RegisterAutoSyncCallback(std::shared_ptr<DetailProgressObserver> syncObserver) override in RegisterAutoSyncCallback()
269 int UnregisterAutoSyncCallback(std::shared_ptr<DetailProgressObserver> syncObserver) override in UnregisterAutoSyncCallback()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
Djs_kv_store.cpp84 for (auto &syncObserver : syncObservers_) { in ~JsKVStore() local
599 for (auto &syncObserver : syncObservers_) { in UnRegisterSyncCallback() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_single_kv_store.cpp124 for (auto &syncObserver : syncObservers_) { in ~JsSingleKVStore() local
819 for (auto &syncObserver : syncObservers_) { in UnRegisterSyncCallback() local