Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc143 encountered_error_(false), in InterfaceEndpointClient()
200 if (encountered_error_) in Accept()
212 if (encountered_error_) in AcceptWithResponder()
267 if (encountered_error_) in NotifyError()
269 encountered_error_ = true; in NotifyError()
Drouter.cc131 encountered_error_(false), in Router()
248 if (connector_.encountered_error() && !encountered_error_) in HandleQueuedMessages()
296 if (encountered_error_) in OnConnectionError()
315 encountered_error_ = true; in OnConnectionError()
Drouter.h52 return encountered_error_; in encountered_error()
168 bool encountered_error_; variable
Dmultiplex_router.cc298 encountered_error_(false), in MultiplexRouter()
351 if (encountered_error_) in CreateEndpointHandlePair()
367 if (encountered_error_) in CreateLocalEndpointHandle()
565 encountered_error_ = true; in OnPipeConnectionError()
Dmultiplex_router.h230 bool encountered_error_; variable
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h54 return encountered_error_; in encountered_error()
142 bool encountered_error_; variable