Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_notifier_proxy.cpp15 #define LOG_TAG "RdbNotifierProxy"
24 RdbNotifierProxy::RdbNotifierProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<RdbNotifierProxyBroker>(object) {} in RdbNotifierProxy() function in OHOS::DistributedRdb::RdbNotifierProxy
26 RdbNotifierProxy::~RdbNotifierProxy() noexcept {}
28 int32_t RdbNotifierProxy::OnComplete(uint32_t seqNum, Details &&result) in OnComplete()
49 int32_t RdbNotifierProxy::OnChange(const Origin &origin, const PrimaryFields &primaries, ChangeInfo &&changeInfo) in OnChange()
71 int32_t RdbNotifierProxy::OnComplete(const std::string& storeName, Details&& result) in OnComplete()
H A Drdb_notifier_proxy.h28 class RdbNotifierProxy : public IRemoteProxy<RdbNotifierProxyBroker> { class
30 explicit RdbNotifierProxy(const sptr<IRemoteObject>& object);
31 virtual ~RdbNotifierProxy() noexcept;
40 static inline BrokerDelegator<RdbNotifierProxy> delegator_;
H A Drdb_watcher.h31 sptr<RdbNotifierProxy> GetNotifier() const;
32 void SetNotifier(sptr<RdbNotifierProxy> notifier);
36 sptr<RdbNotifierProxy> notifier_;
H A Drdb_watcher.cpp53 sptr<RdbNotifierProxy> RdbWatcher::GetNotifier() const in GetNotifier()
59 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)
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp148 sptr<RdbNotifierProxy> notifier; in HWTEST_F()

Completed in 4 milliseconds