Home
last modified time | relevance | path

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

/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc46 fds_watched_.emplace(std::make_pair(fd, mode), current_id); in WatchFileDescriptor()
63 const auto& fd_watched = fds_watched_.find(fd_mode); in RunOnce()
64 if (fd_watched == fds_watched_.end()) in RunOnce()
70 fds_watched_.erase(fd_watched); in RunOnce()
85 fds_watched_.erase(fd_watched); in RunOnce()
Dfake_message_loop.h84 std::multimap<std::pair<int, WatchMode>, MessageLoop::TaskId> fds_watched_; variable