Searched refs:watch_id_ (Results 1 – 2 of 2) sorted by relevance
78 watch_id_(watch_id) {} in Context()105 weak_watcher_->OnHandleReady(watch_id_, result, state); in Notify()109 watch_id_, result, state)); in Notify()115 const int watch_id_; member in mojo::SimpleWatcher::Context158 watch_id_ += 1; in Watch()163 watch_id_, &result); in Watch()246 watch_id_, ready_result, ready_state)); in ArmOrNotify()256 if (watch_id != watch_id_) in OnHandleReady()
227 int watch_id_ = 0; variable