Searched refs:watcherProxy (Results 1 – 2 of 2) sorted by relevance
156 …std::shared_ptr<WatcherProxy> watcherProxy = std::make_shared<WatcherProxy>(watcher, object->GetSe… in Watch() local157 watcherProxy->SetAssetChangeCallBack( in Watch()162 uint32_t status = flatObjectStore_->Watch(object->GetSessionId(), watcherProxy); in Watch()167 watchers_.insert_or_assign(object, watcherProxy); in Watch()199 …std::shared_ptr<StatusNotifierProxy> watcherProxy = std::make_shared<StatusNotifierProxy>(notifier… in SetStatusNotifier() local200 return flatObjectStore_->SetStatusNotifier(watcherProxy); in SetStatusNotifier()
96 auto *watcherProxy = reinterpret_cast<NdkAppEventWatcherProxy *>(watcher); in DestroyWatcher()97 watcherProxy->RemoveWatcher(); in DestroyWatcher()98 delete watcherProxy; in DestroyWatcher()