Searched refs:group_controller (Results 1 – 7 of 7) sorted by relevance
25 scoped_refptr<AssociatedGroupController> group_controller) in State() argument26 : id_(id), group_controller_(group_controller) {} in State()157 AssociatedGroupController* group_controller() const { in group_controller() function in mojo::ScopedInterfaceEndpointHandle::State177 scoped_refptr<AssociatedGroupController> group_controller) { in OnAssociated() argument192 group_controller_ = std::move(group_controller); in OnAssociated()330 AssociatedGroupController* ScopedInterfaceEndpointHandle::group_controller() in group_controller() function in mojo::ScopedInterfaceEndpointHandle332 return state_->group_controller(); in group_controller()357 scoped_refptr<AssociatedGroupController> group_controller) in ScopedInterfaceEndpointHandle() argument358 : state_(new State(id, std::move(group_controller))) { in ScopedInterfaceEndpointHandle()359 DCHECK(!IsValidInterfaceId(state_->id()) || state_->group_controller()); in ScopedInterfaceEndpointHandle()[all …]
172 handle_.group_controller()->DetachEndpointClient(handle_); in ~InterfaceEndpointClient()193 handle_.group_controller()->DetachEndpointClient(handle_); in PassHandle()208 handle_.group_controller()->RaiseError(); in RaiseError()220 auto* controller = handle_.group_controller(); in PrefersSerializedMessages()235 message->SerializeAssociatedEndpointHandles(handle_.group_controller()); in Accept()254 message->SerializeAssociatedEndpointHandles(handle_.group_controller()); in AcceptWithResponder()354 controller_ = handle_.group_controller()->AttachEndpointClient(handle_, this, in InitControllerIfNecessary()
373 AssociatedGroupController* group_controller) { in SerializeAssociatedEndpointHandles() argument393 group_controller->AssociateInterface(std::move(handle)); in SerializeAssociatedEndpointHandles()399 AssociatedGroupController* group_controller) { in DeserializeAssociatedEndpointHandles() argument413 auto handle = group_controller->CreateLocalEndpointHandle(ids[i]); in DeserializeAssociatedEndpointHandles()
56 AssociatedGroupController* group_controller() const; in COMPONENT_EXPORT()90 scoped_refptr<AssociatedGroupController> group_controller); in COMPONENT_EXPORT()
189 AssociatedGroupController* group_controller); in COMPONENT_EXPORT()194 AssociatedGroupController* group_controller); in COMPONENT_EXPORT()
35 mojo::AssociatedGroupController& group_controller) in ThreadSafeProxy() argument38 group_controller_(group_controller) {} in ThreadSafeProxy()
79 mojo::AssociatedGroupController& group_controller) in ThreadSafeChannelProxy() argument82 group_controller_(group_controller) {} in ThreadSafeChannelProxy()