Searched refs:WatcherProxy (Results 1 – 6 of 6) sorted by relevance
24 class WatcherProxy : public IRemoteProxy<IWatcher> {26 explicit WatcherProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWatcher>(impl) {} in WatcherProxy() function28 virtual ~WatcherProxy() = default;33 static inline BrokerDelegator<WatcherProxy> delegator_;
27 void WatcherProxy::OnParameterChange(const std::string &prefix, const std::string &name, const std:… in OnParameterChange()33 data.WriteInterfaceToken(WatcherProxy::GetDescriptor()); in OnParameterChange()
57 sptr<IWatcher> watcher = new WatcherProxy(remote); in OnRemoteRequest()
26 class WatcherProxy; variable50 std::map<DistributedObject *, std::shared_ptr<WatcherProxy>> watchers_;65 class WatcherProxy : public FlatObjectWatcher {70 WatcherProxy(const std::shared_ptr<ObjectWatcher> objectWatcher, const std::string &sessionId);
156 …std::shared_ptr<WatcherProxy> watcherProxy = std::make_shared<WatcherProxy>(watcher, object->GetSe… in Watch()208 WatcherProxy::WatcherProxy(const std::shared_ptr<ObjectWatcher> objectWatcher, const std::string &s… in WatcherProxy() function in OHOS::ObjectStore::WatcherProxy213 void WatcherProxy::OnChanged( in OnChanged()242 bool WatcherProxy::FindChangedAssetKey(const std::string &changedKey, std::string &assetKey) in FindChangedAssetKey()253 void WatcherProxy::SetAssetChangeCallBack(const AssetChangeCallback &assetChangeCallback) in SetAssetChangeCallBack()
192 WatcherProxy *watcher = new WatcherProxy(remoteObj); in TestWatchProxy()