Searched refs:connection_handler_ (Results 1 – 7 of 7) sorted by relevance
26 connection_handler_.reset(new FakeConnectionHandler(read_callback, in Initialize()31 return connection_handler_.get(); in GetConnectionHandler()37 connection_handler_->Init(login_request, NULL); in Connect()41 return connection_handler_.get() && connection_handler_->CanSendMessage(); in IsEndpointReachable()
86 DCHECK(!connection_handler_); in Initialize()94 connection_handler_ = CreateConnectionHandler( in Initialize()103 return connection_handler_.get(); in GetConnectionHandler()107 DCHECK(connection_handler_); in Connect()147 return connection_handler_ && connection_handler_->CanSendMessage(); in IsEndpointReachable()310 connection_handler_->Init(login_request, socket_handle_.socket()); in InitHandler()545 if (connection_handler_) in CloseSocket()546 connection_handler_->Reset(); in CloseSocket()
45 scoped_ptr<FakeConnectionHandler> connection_handler_;
178 scoped_ptr<ConnectionHandler> connection_handler_; variable
231 ConnectionHandler* connection_handler_; variable
118 return connection_handler_.get(); in connection_handler()142 scoped_ptr<ConnectionHandlerImpl> connection_handler_; member in gcm::__anonb7b7fbf60111::GCMConnectionHandlerImplTest195 connection_handler_.reset(new ConnectionHandlerImpl( in Connect()205 connection_handler_->Init( in Connect()
167 connection_handler_(NULL), in MCSClient()199 connection_handler_ = connection_factory_->GetConnectionHandler(); in Initialize()538 connection_handler_->SendMessage(*packet_info->protobuf); in SendPacketToWire()