Searched refs:group_controller (Results 1 – 12 of 12) sorted by relevance
28 DCHECK_EQ(input.handle().group_controller(),29 context->group_controller.get());37 output->set_handle(context->group_controller->CreateLocalEndpointHandle(51 DCHECK_EQ(input.handle().group_controller(),52 context->group_controller.get());59 output->Bind(context->group_controller->CreateLocalEndpointHandle(
153 controller_ = handle_.group_controller()->AttachEndpointClient( in InterfaceEndpointClient()162 handle_.group_controller()->DetachEndpointClient(handle_); in ~InterfaceEndpointClient()167 associated_group_ = handle_.group_controller()->CreateAssociatedGroup(); in associated_group()184 handle_.group_controller()->DetachEndpointClient(handle_); in PassHandle()192 handle_.group_controller()->RaiseError(); in RaiseError()
65 scoped_refptr<AssociatedGroupController> group_controller) in ScopedInterfaceEndpointHandle() argument68 group_controller_(std::move(group_controller)) { in ScopedInterfaceEndpointHandle()
93 proxy_->serialization_context()->group_controller = in Bind()94 endpoint_client_->group_controller(); in Bind()
65 scoped_refptr<AssociatedGroupController> group_controller; member
55 : group_controller(std::move(in_group_controller)) {} in SerializationContext()
319 proxy_->serialization_context()->group_controller = in ConfigureProxyIfNecessary()320 endpoint_client_->group_controller(); in ConfigureProxyIfNecessary()
157 stub_.serialization_context()->group_controller = router_; in Bind()
41 AssociatedGroupController* group_controller() const { in group_controller() function58 scoped_refptr<AssociatedGroupController> group_controller);
63 AssociatedGroupController* group_controller() const { in group_controller() function64 return handle_.group_controller(); in group_controller()
109 stub_.serialization_context()->group_controller =110 endpoint_client_->group_controller();
77 scoped_refptr<mojo::AssociatedGroupController> group_controller,82 : serialization_context_(std::move(group_controller)), result_(result)120 scoped_refptr<mojo::AssociatedGroupController> group_controller)122 serialization_context_(std::move(group_controller)) {173 serialization_context_.group_controller, &result200 callback, serialization_context_.group_controller);229 group_controller) {232 request_id, is_sync, responder, group_controller);245 scoped_refptr<mojo::AssociatedGroupController> group_controller)249 serialization_context_(std::move(group_controller)) {[all …]