Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A 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
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A 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()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h265 int RegisterAutoSyncCallback(std::shared_ptr<DetailProgressObserver> syncObserver) override in RegisterAutoSyncCallback()
270 int UnregisterAutoSyncCallback(std::shared_ptr<DetailProgressObserver> syncObserver) override in UnregisterAutoSyncCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp84 for (auto &syncObserver : syncObservers_) { in ~JsKVStore() local
599 for (auto &syncObserver : syncObservers_) { in UnRegisterSyncCallback() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp302 virtual int RegisterAutoSyncCallback(std::shared_ptr<DetailProgressObserver> syncObserver) in RegisterAutoSyncCallback()
307 virtual int UnregisterAutoSyncCallback(std::shared_ptr<DetailProgressObserver> syncObserver) in UnregisterAutoSyncCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_single_kv_store.cpp124 for (auto &syncObserver : syncObservers_) { in ~JsSingleKVStore() local
819 for (auto &syncObserver : syncObservers_) { in UnRegisterSyncCallback() local