Searched refs:fds_watched_ (Results 1 - 2 of 2) sorted by relevance

/external/libbrillo/brillo/message_loops/
H A Dfake_message_loop.cc46 fds_watched_.emplace(std::make_pair(fd, mode), current_id);
63 const auto& fd_watched = fds_watched_.find(fd_mode);
64 if (fd_watched == fds_watched_.end())
67 // it from the fds_watched_, so we fix that now.
70 fds_watched_.erase(fd_watched);
85 fds_watched_.erase(fd_watched);
H A Dfake_message_loop.h84 std::multimap<std::pair<int, WatchMode>, MessageLoop::TaskId> fds_watched_; member in class:brillo::FakeMessageLoop

Completed in 85 milliseconds