• Home
  • Raw
  • Download

Lines Matching refs:controller_

112   Controller* const controller_;  member in openscreen::osp::Controller::MessageGroupStreams
134 : controller_(controller), in MessageGroupStreams()
150 controller_->receiver_endpoints_[service_id_], this); in SendStartRequest()
178 controller_->presentations_[request->request.presentation_id]; in OnMatchedResponse()
184 request->presentation_connection_delegate, controller_); in OnMatchedResponse()
185 controller_->OpenConnection(response->connection_id, endpoint_id, service_id_, in OnMatchedResponse()
204 controller_->receiver_endpoints_[service_id_], this); in SendConnectionOpenRequest()
236 request->presentation_connection_delegate, controller_); in OnMatchedResponse()
244 controller_->AddConnection(request->connection.get()); in OnMatchedResponse()
259 controller_->receiver_endpoints_[service_id_], this); in SendConnectionCloseRequest()
287 controller_->receiver_endpoints_[service_id_], this); in SendTerminationRequest()
299 controller_->TerminatePresentationById(request->request.presentation_id); in OnMatchedResponse()
359 : urls_(urls), observer_(observer), controller_(controller) {} in ReceiverWatch()
368 controller_->CancelReceiverWatch(urls_, observer_); in ~ReceiverWatch()
383 swap(a.controller_, b.controller_); in swap()
394 controller_(controller) {} in ConnectRequest()
402 controller_->CancelConnectRequest(service_id_, is_reconnect_, in ~ConnectRequest()
419 swap(a.controller_, b.controller_); in swap()
628 Controller* const controller_; member in openscreen::osp::Controller::TerminationListener
637 : controller_(controller), presentation_id_(presentation_id) { in TerminationListener()
670 controller_->presentations_.find(event.presentation_id); in OnStreamMessage()
671 if (presentation_entry != controller_->presentations_.end()) { in OnStreamMessage()
674 controller_->presentations_.erase(presentation_entry); in OnStreamMessage()
676 controller_->termination_listener_by_id_.erase(event.presentation_id); in OnStreamMessage()