Searched refs:group_controller (Results 1 – 5 of 5) sorted by relevance
24 scoped_refptr<AssociatedGroupController> group_controller) in State() argument25 : id_(id), group_controller_(group_controller) {} in State()156 AssociatedGroupController* group_controller() const { in group_controller() function in mojo::ScopedInterfaceEndpointHandle::State176 scoped_refptr<AssociatedGroupController> group_controller) { in OnAssociated() argument191 group_controller_ = std::move(group_controller); in OnAssociated()329 AssociatedGroupController* ScopedInterfaceEndpointHandle::group_controller() in group_controller() function in mojo::ScopedInterfaceEndpointHandle331 return state_->group_controller(); in group_controller()356 scoped_refptr<AssociatedGroupController> group_controller) in ScopedInterfaceEndpointHandle() argument357 : state_(new State(id, std::move(group_controller))) { in ScopedInterfaceEndpointHandle()358 DCHECK(!IsValidInterfaceId(state_->id()) || state_->group_controller()); in ScopedInterfaceEndpointHandle()[all …]
169 handle_.group_controller()->DetachEndpointClient(handle_); in ~InterfaceEndpointClient()190 handle_.group_controller()->DetachEndpointClient(handle_); in PassHandle()205 handle_.group_controller()->RaiseError(); in RaiseError()227 message->SerializeAssociatedEndpointHandles(handle_.group_controller()); in Accept()245 message->SerializeAssociatedEndpointHandles(handle_.group_controller()); in AcceptWithResponder()345 controller_ = handle_.group_controller()->AttachEndpointClient(handle_, this, in InitControllerIfNecessary()
169 AssociatedGroupController* group_controller) { in SerializeAssociatedEndpointHandles() argument185 group_controller->AssociateInterface(std::move(handle)); in SerializeAssociatedEndpointHandles()191 AssociatedGroupController* group_controller) { in DeserializeAssociatedEndpointHandles() argument202 auto handle = group_controller->CreateLocalEndpointHandle(ids[i]); in DeserializeAssociatedEndpointHandles()
56 AssociatedGroupController* group_controller() const;90 scoped_refptr<AssociatedGroupController> group_controller);
151 AssociatedGroupController* group_controller);156 AssociatedGroupController* group_controller);