Searched refs:AssociatedGroup (Results 1 – 10 of 10) sorted by relevance
11 AssociatedGroup::AssociatedGroup() = default;13 AssociatedGroup::AssociatedGroup( in AssociatedGroup() function in mojo::AssociatedGroup17 AssociatedGroup::AssociatedGroup(const ScopedInterfaceEndpointHandle& handle) in AssociatedGroup() function in mojo::AssociatedGroup20 AssociatedGroup::AssociatedGroup(const AssociatedGroup& other) = default;22 AssociatedGroup::~AssociatedGroup() = default;24 AssociatedGroup& AssociatedGroup::operator=(const AssociatedGroup& other) =27 AssociatedGroupController* AssociatedGroup::GetController() { in GetController()
175 AssociatedGroup* InterfaceEndpointClient::associated_group() { in associated_group()177 associated_group_ = std::make_unique<AssociatedGroup>(handle_); in associated_group()
68 AssociatedGroup* associated_group() { in associated_group()
175 AssociatedGroup* associated_group() { in associated_group()
20 class COMPONENT_EXPORT(MOJO_CPP_BINDINGS_BASE) AssociatedGroup { in COMPONENT_EXPORT()22 AssociatedGroup(); in COMPONENT_EXPORT()24 explicit AssociatedGroup(scoped_refptr<AssociatedGroupController> controller); in COMPONENT_EXPORT()26 explicit AssociatedGroup(const ScopedInterfaceEndpointHandle& handle); in COMPONENT_EXPORT()28 AssociatedGroup(const AssociatedGroup& other); in COMPONENT_EXPORT()30 ~AssociatedGroup(); in COMPONENT_EXPORT()32 AssociatedGroup& operator=(const AssociatedGroup& other); in COMPONENT_EXPORT()
34 class AssociatedGroup; variable80 AssociatedGroup* associated_group();165 std::unique_ptr<AssociatedGroup> associated_group_;
59 const AssociatedGroup& associated_group) in ThreadSafeForwarder()252 AssociatedGroup associated_group_;320 associated_group_ = AssociatedGroup(ptr_info.handle()); in BindOnTaskRunner()378 AssociatedGroup associated_group_;
83 friend class AssociatedGroup; in COMPONENT_EXPORT() local
58 virtual mojo::AssociatedGroup* GetAssociatedGroup() = 0; in COMPONENT_EXPORT()
1009 mojo::AssociatedGroup* GetAssociatedGroup() override { in GetAssociatedGroup()1014 mojo::AssociatedGroup associated_group_;