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.cc229 if (encountered_error_) in Accept()
247 if (encountered_error_) in AcceptWithResponder()
302 if (encountered_error_) in NotifyError()
304 encountered_error_ = true; in NotifyError()
367 if (encountered_error_) { in HandleValidatedMessage()
Dcontrol_message_proxy.cc161 if (encountered_error_) in FlushForTesting()
182 encountered_error_ = true; in OnConnectionError()
Dcontrol_message_proxy.h39 bool encountered_error_ = false; variable
Dmultiplex_router.cc364 encountered_error_(false), in MultiplexRouter()
444 if (encountered_error_) in AssociateInterface()
476 if (encountered_error_) in CreateLocalEndpointHandle()
696 encountered_error_ = true; in OnPipeConnectionError()
Dmultiplex_router.h263 bool encountered_error_; in NON_EXPORTED_BASE() local
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h70 return encountered_error_; in NON_EXPORTED_BASE()
177 bool encountered_error_ = false; in NON_EXPORTED_BASE() local