Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc85 RefCountedPtr<grpc_security_connector> connector_; member in grpc_core::__anon7ce32ab90111::SecurityHandshaker
113 connector_(connector->Ref(DEBUG_LOCATION, "handshake")), in SecurityHandshaker()
141 connector_.reset(DEBUG_LOCATION, "handshake"); in ~SecurityHandshaker()
278 connector_->check_peer(peer, args_->endpoint, &auth_context_, in CheckPeerLocked()
/third_party/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc654 connector_(std::move(connector)), in Subchannel()
705 connector_.reset(); in ~Subchannel()
1043 connector_->Connect(args, &connecting_result_, &on_connecting_finished_); in ContinueConnectingLocked()
1136 connector_.reset(); in Disconnect()
Dsubchannel.h395 OrphanablePtr<SubchannelConnector> connector_; variable
/third_party/chromium/patch/
D0001-cve.patch4281 DCHECK(!connector_);
4290 connector_ = std::make_unique<mojo::Connector>(
4297 + // 2. when the execution context is destroyed, the connector_ is reset.
4298 connector_->set_incoming_receiver(this);
4299 connector_->set_connection_error_handler(
4306 std::unique_ptr<mojo::Connector> connector_;