Home
last modified time | relevance | path

Searched refs:KvStoreClientDeathObserverProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dikvstore_client_death_observer.h34 class API_EXPORT KvStoreClientDeathObserverProxy : public IRemoteProxy<IKvStoreClientDeathObserver>…
36 explicit KvStoreClientDeathObserverProxy(const sptr<IRemoteObject> &impl);
37 ~KvStoreClientDeathObserverProxy() = default;
39 static inline BrokerDelegator<KvStoreClientDeathObserverProxy> delegator_;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dikvstore_client_death_observer.cpp20 KvStoreClientDeathObserverProxy::KvStoreClientDeathObserverProxy(const sptr<IRemoteObject> &impl) in KvStoreClientDeathObserverProxy() function in OHOS::DistributedKv::KvStoreClientDeathObserverProxy