Home
last modified time | relevance | path

Searched defs:Watcher (Results 1 – 2 of 2) sorted by relevance

/system/webservd/webservd/
Dprotocol_handler.h101 class Watcher; variable
Dprotocol_handler.cc307 class ProtocolHandler::Watcher final : public base::MessageLoopForIO::Watcher { class in webservd::ProtocolHandler
309 Watcher(ProtocolHandler* handler, int fd) : fd_{fd}, handler_{handler} {} in Watcher() function in webservd::ProtocolHandler::Watcher