Searched refs:IKvStoreObserver (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_watcher.h | 32 sptr<IKvStoreObserver> GetObserver() const; 33 void SetObserver(sptr<IKvStoreObserver> observer); 39 sptr<IKvStoreObserver> observer_;
|
H A D | kvdb_watcher.cpp | 70 sptr<IKvStoreObserver> KVDBWatcher::GetObserver() const in GetObserver() 76 void KVDBWatcher::SetObserver(sptr<IKvStoreObserver> observer) in SetObserver()
|
H A D | kvdb_service_impl.h | 63 …Status Subscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observer) over… 64 …Status Unsubscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observer) ov…
|
H A D | kvdb_service_stub.cpp | 392 auto observer = (remoteObj == nullptr) ? nullptr : iface_cast<IKvStoreObserver>(remoteObj); in OnSubscribe() 411 auto observer = (remoteObj == nullptr) ? nullptr : iface_cast<IKvStoreObserver>(remoteObj); in OnUnsubscribe()
|
H A D | kvdb_service_impl.cpp | 546 Status KVDBServiceImpl::Subscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver… in Subscribe() 571 …rviceImpl::Unsubscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observer) in Unsubscribe()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/ |
H A D | ikvstore_observer.h | 28 class IKvStoreObserver : public IRemoteBroker { 45 class KvStoreObserverStub : public IRemoteStub<IKvStoreObserver> { 51 class API_EXPORT KvStoreObserverProxy : public IRemoteProxy<IKvStoreObserver> {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kvdb_service.h | 66 …virtual Status Subscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observ… 67 …virtual Status Unsubscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> obse…
|
H A D | kvdb_service_client.h | 50 …Status Subscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observer) over… 51 …Status Unsubscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observer) ov…
|
H A D | observer_bridge.h | 23 class IKvStoreObserver; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvstore_observer_client.h | 34 void OnChange(const DataOrigin &origin, IKvStoreObserver::Keys &&keys) override;
|
H A D | kvstore_observer_client.cpp | 43 void KvStoreObserverClient::OnChange(const DataOrigin &origin, IKvStoreObserver::Keys &&keys) in OnChange()
|
H A D | ikvstore_observer.cpp | 35 …Proxy::KvStoreObserverProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IKvStoreObserver>(impl) in KvStoreObserverProxy()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kvdb_service_client.cpp | 315 …rviceClient::Subscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observer) in Subscribe() 328 …iceClient::Unsubscribe(const AppId &appId, const StoreId &storeId, sptr<IKvStoreObserver> observer) in Unsubscribe()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_impl_test.cpp | 445 sptr<OHOS::DistributedKv::IKvStoreObserver> observer; 463 sptr<OHOS::DistributedKv::IKvStoreObserver> observer;
|
H A D | kvdb_service_test.cpp | 314 sptr<OHOS::DistributedKv::IKvStoreObserver> observer;
|