Searched defs:WatcherProxy (Results 1 – 3 of 3) sorted by relevance
26 explicit WatcherProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWatcher>(impl) {} in WatcherProxy() function
26 class WatcherProxy; variable
208 WatcherProxy::WatcherProxy(const std::shared_ptr<ObjectWatcher> objectWatcher, const std::string &s… in WatcherProxy() function in OHOS::ObjectStore::WatcherProxy