Home
last modified time | relevance | path

Searched refs:RdbNotifierProxy (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_notifier_proxy.cpp23 RdbNotifierProxy::RdbNotifierProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<RdbNotifierPro… in RdbNotifierProxy() function in OHOS::DistributedRdb::RdbNotifierProxy
27 RdbNotifierProxy::~RdbNotifierProxy() noexcept in ~RdbNotifierProxy()
31 int32_t RdbNotifierProxy::OnComplete(uint32_t seqNum, Details &&result) in OnComplete()
52 int32_t RdbNotifierProxy::OnChange(const Origin &origin, const PrimaryFields &primaries, ChangeInfo… in OnChange()
74 int32_t RdbNotifierProxy::OnComplete(const std::string& storeName, Details&& result) in OnComplete()
H A Drdb_notifier_proxy.h27 class RdbNotifierProxy : public IRemoteProxy<RdbNotifierProxyBroker> {
29 explicit RdbNotifierProxy(const sptr<IRemoteObject>& object);
30 virtual ~RdbNotifierProxy() noexcept;
39 static inline BrokerDelegator<RdbNotifierProxy> delegator_;
H A Drdb_watcher.h30 sptr<RdbNotifierProxy> GetNotifier() const;
31 void SetNotifier(sptr<RdbNotifierProxy> notifier);
35 sptr<RdbNotifierProxy> notifier_;
H A Drdb_watcher.cpp55 sptr<RdbNotifierProxy> RdbWatcher::GetNotifier() const in GetNotifier()
61 void RdbWatcher::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier()
H A Drdb_service_impl.h119 sptr<RdbNotifierProxy> notifier_ = nullptr;
121 void SetNotifier(sptr<RdbNotifierProxy> notifier);
H A Drdb_service_impl.cpp249 auto notifierProxy = iface_cast<RdbNotifierProxy>(notifier); in InitNotifier()
326 sptr<RdbNotifierProxy> notifier = nullptr; in OnAsyncComplete()
370 std::list<sptr<RdbNotifierProxy>> notifiers; in GetCallbacks()
956 void RdbServiceImpl::SyncAgent::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp149 sptr<RdbNotifierProxy> notifier;