Searched refs:RdbNotifierProxy (Results 1 – 7 of 7) sorted by relevance
23 RdbNotifierProxy::RdbNotifierProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<RdbNotifierPro… in RdbNotifierProxy() function in OHOS::DistributedRdb::RdbNotifierProxy27 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()
27 class RdbNotifierProxy : public IRemoteProxy<RdbNotifierProxyBroker> {29 explicit RdbNotifierProxy(const sptr<IRemoteObject>& object);30 virtual ~RdbNotifierProxy() noexcept;39 static inline BrokerDelegator<RdbNotifierProxy> delegator_;
30 sptr<RdbNotifierProxy> GetNotifier() const;31 void SetNotifier(sptr<RdbNotifierProxy> notifier);35 sptr<RdbNotifierProxy> notifier_;
55 sptr<RdbNotifierProxy> RdbWatcher::GetNotifier() const in GetNotifier()61 void RdbWatcher::SetNotifier(sptr<RdbNotifierProxy> notifier) in SetNotifier()
119 sptr<RdbNotifierProxy> notifier_ = nullptr;121 void SetNotifier(sptr<RdbNotifierProxy> notifier);
249 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()
149 sptr<RdbNotifierProxy> notifier;