Home
last modified time | relevance | path

Searched refs:WatcherSet (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/core/
Dwatcher_set.cc12 WatcherSet::WatcherSet(Dispatcher* owner) : owner_(owner) {} in WatcherSet() function in mojo::core::WatcherSet
14 WatcherSet::~WatcherSet() = default;
16 void WatcherSet::NotifyState(const HandleSignalsState& state) { in NotifyState()
25 void WatcherSet::NotifyClosed() { in NotifyClosed()
30 MojoResult WatcherSet::Add(const scoped_refptr<WatcherDispatcher>& watcher, in Add()
55 MojoResult WatcherSet::Remove(WatcherDispatcher* watcher, uintptr_t context) { in Remove()
72 WatcherSet::Entry::Entry(const scoped_refptr<WatcherDispatcher>& dispatcher) in Entry()
75 WatcherSet::Entry::Entry(Entry&& other) = default;
77 WatcherSet::Entry::~Entry() = default;
79 WatcherSet::Entry& WatcherSet::Entry::operator=(Entry&& other) = default;
Dwatcher_set.h23 class WatcherSet {
26 explicit WatcherSet(Dispatcher* owner);
27 ~WatcherSet();
64 DISALLOW_COPY_AND_ASSIGN(WatcherSet);
Dmessage_pipe_dispatcher.h106 WatcherSet watchers_;
Ddata_pipe_producer_dispatcher.h98 WatcherSet watchers_;
Ddata_pipe_consumer_dispatcher.h99 WatcherSet watchers_;
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc83 typedef std::set<FilePathWatcherImpl*> WatcherSet; typedef in base::__anon271f2d060111::InotifyReader
94 std::unordered_map<Watch, WatcherSet> watchers_;
333 for (WatcherSet::iterator watcher = watchers_[event->wd].begin(); in OnInotifyEvent()