Home
last modified time | relevance | path

Searched refs:IKvStoreObserver (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.h32 sptr<IKvStoreObserver> GetObserver() const;
33 void SetObserver(sptr<IKvStoreObserver> observer);
39 sptr<IKvStoreObserver> observer_;
H A Dkvdb_watcher.cpp70 sptr<IKvStoreObserver> KVDBWatcher::GetObserver() const in GetObserver()
76 void KVDBWatcher::SetObserver(sptr<IKvStoreObserver> observer) in SetObserver()
H A Dkvdb_service_impl.h63 …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 Dkvdb_service_stub.cpp392 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 Dkvdb_service_impl.cpp546 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 Dikvstore_observer.h28 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 Dkvdb_service.h66 …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 Dkvdb_service_client.h50 …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 Dobserver_bridge.h23 class IKvStoreObserver; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_observer_client.h34 void OnChange(const DataOrigin &origin, IKvStoreObserver::Keys &&keys) override;
H A Dkvstore_observer_client.cpp43 void KvStoreObserverClient::OnChange(const DataOrigin &origin, IKvStoreObserver::Keys &&keys) in OnChange()
H A Dikvstore_observer.cpp35 …Proxy::KvStoreObserverProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IKvStoreObserver>(impl) in KvStoreObserverProxy()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkvdb_service_client.cpp315 …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 Dkvdb_service_impl_test.cpp445 sptr<OHOS::DistributedKv::IKvStoreObserver> observer;
463 sptr<OHOS::DistributedKv::IKvStoreObserver> observer;
H A Dkvdb_service_test.cpp314 sptr<OHOS::DistributedKv::IKvStoreObserver> observer;