Home
last modified time | relevance | path

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

/system/webservd/webservd/
Dprotocol_handler.cc312 if (read == watching_read_ && write == watching_write_ && !triggered_) in Watch()
316 watching_read_ = read; in Watch()
321 if (watching_read_ && watching_write_) in Watch()
323 else if (watching_read_) in Watch()
347 bool watching_read_{false}; member in webservd::ProtocolHandler::Watcher